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

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