[][src]Type Definition libp2p_core::transport::boxed::ListenerUpgrade

type ListenerUpgrade<O, E> = Pin<Box<dyn Future<Output = Result<O, E>> + Send>>;