Type Definition netcore::transport::boxed::Listener

source ·
pub type Listener<O, E> = Pin<Box<dyn Stream<Item = Result<(Inbound<O, E>, NetworkAddress), E>> + Send>>;