pub type InChanFut = Pin<Box<dyn Future<Output = Result<Box<dyn AsFramedReader>, KitsuneError>> + Send>>;
Expand description

Tx backend future resolves to InChan instance.

Aliased Type§

struct InChanFut { /* private fields */ }