Skip to main content

ResourceFuture

Type Alias ResourceFuture 

Source
pub type ResourceFuture<'a> = Pin<Box<dyn Future<Output = PluginResult<ReadResourceResult>> + Send + 'a>>;

Aliased Typeยง

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