Skip to main content

ResourceFuture

Type Alias ResourceFuture 

Source
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 */ }