[][src]Type Definition libp2p::core::transport::boxed::Listener

type Listener<O, E> = Pin<Box<dyn Stream<Item = Result<ListenerEvent<Pin<Box<dyn Future<Output = Result<O, E>> + 'static + Send>>, E>, E>> + 'static + Send>>;