Type Definition libp2p::relay::v2::client::transport::RelayedDial

source ·
pub type RelayedDial = Pin<Box<dyn Future<Output = Result<RelayedConnection, RelayError>> + Send + 'static, Global>>;