Skip to main content

BoxResourceFuture

Type Alias BoxResourceFuture 

Source
pub type BoxResourceFuture<'a> = Pin<Box<dyn Future<Output = Result<ResourceOutput, ToolError>> + Send + 'a>>;
Expand description

Type-erased future returned by ErasedResource::read_erased.

Aliased Typeยง

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