Type Alias 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.

Aliased Typeยง

#[repr(C)]
pub struct LocalFfiFuture<T> { /* private fields */ }