pub type ResourceFuture = LocalBoxFuture<'static, Result<(), RuntimeFailure>>;Expand description
A future used to release one Driver-backed managed resource.
Aliased Typeยง
#[repr(transparent)]pub struct ResourceFuture { /* private fields */ }pub type ResourceFuture = LocalBoxFuture<'static, Result<(), RuntimeFailure>>;A future used to release one Driver-backed managed resource.
#[repr(transparent)]pub struct ResourceFuture { /* private fields */ }