pub type ConFut = Pin<Box<dyn Future<Output = Result<(Arc<dyn ConAdapt>, Box<dyn InChanRecvAdapt<Item = Pin<Box<dyn Future<Output = Result<Box<dyn AsFramedReader>, KitsuneError>> + Send>>>>), KitsuneError>> + Send>>;
Expand description

Tx backend future resolves to a Con instance.

Aliased Type§

struct ConFut { /* private fields */ }