Type Definition netcore::transport::boxed::Outbound

source ·
pub type Outbound<O, E> = Pin<Box<dyn Future<Output = Result<O, E>> + Send>>;