Type Definition netcore::transport::boxed::Inbound

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