pub type BoxConnect<'transport, TransportSinkError, TransportStreamError> = Connect<BoxFuture<'transport, Result<(), ChMuxError<TransportSinkError, TransportStreamError>>>>;Available on crate feature
rch only.Expand description
A connection with a boxed connection future.
Obtain it using Connect::boxed.
Aliased Type§
pub struct BoxConnect<'transport, TransportSinkError, TransportStreamError>(/* private fields */);