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

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