Skip to main content

PluginFuture

Type Alias PluginFuture 

Source
pub type PluginFuture = LocalBoxFuture<'static, Result<(), RuntimeFailure>>;
Expand description

The result type returned by prepare, activate, and deactivate hooks.

Aliased Typeยง

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