Skip to main content

UnlinkFuture

Type Alias UnlinkFuture 

Source
type UnlinkFuture<'a> = Pin<Box<dyn Future<Output = Result<SentinelUnlinkOutcome, SentinelError>> + Send + 'a>>;

Aliased Typeยง

#[repr(transparent)]
struct UnlinkFuture<'a> { /* private fields */ }