Type Definition tetsy_libp2p_websocket::InnerStream[][src]

type InnerStream<T, E> = BoxStream<'static, Result<ListenerEvent<InnerFuture<T, E>, Error<E>>, Error<E>>>;

Type alias corresponding to framed::WsConfig::Listener.