Skip to main content

NativeTransportInstallFuture

Type Alias NativeTransportInstallFuture 

Source
pub type NativeTransportInstallFuture = Pin<Box<dyn Future<Output = Result<Box<dyn Any + Send + Sync>, String>> + Send>>;

Aliased Typeยง

pub struct NativeTransportInstallFuture { /* private fields */ }