Skip to main content

CloseFuture

Type Alias CloseFuture 

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

Aliased Typeยง

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