Type Definition libp2p_websocket::InnerStream
source · [−]pub type InnerStream<T, E> = BoxStream<'static, Result<ListenerEvent<InnerFuture<T, E>, Error<E>>, Error<E>>>;
Expand description
Type alias corresponding to framed::WsConfig::Listener
.