Type Definition kitsune_p2p_types::tx2::tx2_adapter::ConFut

source ·
pub type ConFut = BoxFuture<'static, KitsuneResult<Con>>;
Expand description

Tx backend future resolves to a Con instance.