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