pub type FfiFuture<T> = BorrowingFfiFuture<'static, T>;
Expand description
The FFI compatible future type with Send
bound and 'static
lifetime,
which is needed for most use cases.
See module level documentation for more details.
Aliased Typeยง
struct FfiFuture<T>(/* private fields */);