Skip to main content

PluginFuture

Type Alias PluginFuture 

Source
pub type PluginFuture<'a, T> = BoxFuture<'a, T>;
Available on crate feature plugins only.
Expand description

Target-correct future returned by native plugin entry points.

Aliased Typeยง

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