Skip to main content

InboundStream

Type Alias InboundStream 

Source
pub type InboundStream = Pin<Box<dyn Stream<Item = Inbound> + Send>>;
Expand description

The inbound event stream of one bridge endpoint. Owned: whoever takes it is the endpoint’s one poller. The stream ending means the endpoint disconnected.

Aliased Type§

pub struct InboundStream { /* private fields */ }