pub type ModuleFuture = Pin<Box<dyn Future<Output = Result<(), MicrodeError>> + Send + 'static>>;Expand description
The object-safe future returned by module lifecycle operations.
Aliased Typeยง
#[repr(transparent)]pub struct ModuleFuture { /* private fields */ }