Skip to main content

BoxedSocketRx

Type Alias BoxedSocketRx 

Source
pub type BoxedSocketRx = Pin<Box<dyn Stream<Item = Result<SocketMessage, BoxError>> + Send + Sync + 'static>>;
Expand description

A boxed stream that yields socket messages.

Aliased Typeยง

pub struct BoxedSocketRx { /* private fields */ }