You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C++ SDK offers the option to choose between various grab strategies. Which uses this enum.
Could you add this option or instruct me how this should be added?
The text was updated successfully, but these errors were encountered:
My suggestion is to use TimeoutHandling, from the C++ and Rust sides, as an example of how to wrap a C++ enum in Rust. Then expand the Rust GrabOptions struct to have a grab_strategy: Option<GrabStrategy> field where this defaults to None. Hopefully we can add a way to build a rust GrabStrategy struct without requiring a semver bump.
The C++ SDK offers the option to choose between various grab strategies. Which uses this enum.
Could you add this option or instruct me how this should be added?
The text was updated successfully, but these errors were encountered: