pub type InnerFuture<T, E> = BoxFuture<'static, Result<Connection<T>, Error<E>>>;Expand description
Type alias corresponding to framed::Config::Dial and framed::Config::ListenerUpgrade.
Aliased Typeยง
pub struct InnerFuture<T, E> { /* private fields */ }