Skip to main content

ReclaimFuture

Type Alias ReclaimFuture 

Source
pub type ReclaimFuture = Pin<Box<dyn Future<Output = Reclaimed> + Send + Sync>>;
Expand description

Future returned by the IsParticipant::reclaim reclamation request

Aliased Typeยง

#[repr(transparent)]
pub struct ReclaimFuture { /* private fields */ }