Type Definition libp2p_websocket::InnerFuture [−][src]
type InnerFuture<T, E> = BoxFuture<'static, Result<Connection<T>, Error<E>>>;
Type alias corresponding to framed::WsConfig::Dial
and framed::WsConfig::ListenerUpgrade
.
type InnerFuture<T, E> = BoxFuture<'static, Result<Connection<T>, Error<E>>>;
Type alias corresponding to framed::WsConfig::Dial
and framed::WsConfig::ListenerUpgrade
.