Type Definition kitsune_p2p_types::tx2::tx2_adapter::EndpointFut[][src]

pub type EndpointFut = BoxFuture<'static, KitsuneResult<Endpoint>>;
Expand description

Tx backend future resolves to an Endpoint instance.