Skip to main content

CloseAllFuture

Type Alias CloseAllFuture 

Source
pub type CloseAllFuture<'a> = Pin<Box<dyn Future<Output = Result<(), CamelError>> + Send + 'a>>;

Aliased Typeยง

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