Skip to main content

NativeFuture

Type Alias NativeFuture 

Source
pub type NativeFuture<'a> = BoxFuture<'a, Result<Pointer, EngineError>>;

Aliased Typeยง

pub struct NativeFuture<'a> { /* private fields */ }