Skip to main content

TransportFuture

Type Alias TransportFuture 

Source
pub type TransportFuture<'a> = Pin<Box<dyn Future<Output = Result<TransportResponse>> + Send + 'a>>;

Aliased Typeยง

pub struct TransportFuture<'a> { /* private fields */ }