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.