pub type PluginFileFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, PluginFileError>> + Send + 'a>>;Expand description
Future returned by a runtime-neutral plugin file backend.
Aliased Typeยง
#[repr(transparent)]pub struct PluginFileFuture<'a, T> { /* private fields */ }