Type Definition kitsune_p2p_types::tx2::tx2_adapter::InChanFut

source ·
pub type InChanFut = BoxFuture<'static, KitsuneResult<InChan>>;
Expand description

Tx backend future resolves to InChan instance.