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§

pub struct ReclaimFuture { /* private fields */ }

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 16 bytes