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

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