Type Definition async_ffi::LocalFfiFuture
source · pub type LocalFfiFuture<T> = LocalBorrowingFfiFuture<'static, T>;
Expand description
The FFI compatible future type without Send
bound but with 'static
lifetime.
See module level documentation for more details.