Skip to main content

InstallFuture

Type Alias InstallFuture 

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

Aliased Typeยง

#[repr(transparent)]
pub struct InstallFuture { /* private fields */ }