Skip to main content

BoxedInstallFn

Type Alias BoxedInstallFn 

Source
pub type BoxedInstallFn = Box<dyn FnOnce() -> Pin<Box<dyn Future<Output = Result<()>> + Send>> + Send>;
Expand description

A boxed async function that performs an installation.

Aliased Typeยง

pub struct BoxedInstallFn(/* private fields */);