PluginFuture

Type Alias PluginFuture 

Source
pub type PluginFuture<'a> = Pin<Box<dyn Future<Output = Result<(), Box<dyn Error + Send + Sync + 'static>>> + Send + 'a>>;
Expand description

Convenience alias for the boxed future returned by plugin hooks.

Aliased Typeยง

pub struct PluginFuture<'a> { /* private fields */ }