pub type InnerFuture<T, E> = BoxFuture<'static, Result<Connection<T>, Error<E>>>;
Type alias corresponding to framed::WsConfig::Dial and framed::WsConfig::ListenerUpgrade.
framed::WsConfig::Dial
framed::WsConfig::ListenerUpgrade
struct InnerFuture<T, E> {}