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

Tx backend future resolves to a Con instance.

Aliased Type§

struct ConFut { /* private fields */ }