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

type ListenerUpgrade<O, E> = Box<dyn Future<Item = O, Error = E> + Send>;