Skip to main content

TransportJoinFuture

Type Alias TransportJoinFuture 

Source
pub type TransportJoinFuture = Pin<Box<dyn Future<Output = Result<(), Detail>> + Send + 'static>>;
Expand description

A payload-safe completion future for every task owned by one transport.

Aliased Typeยง

pub struct TransportJoinFuture { /* private fields */ }