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

Tx backend future resolves to a Con instance.