Struct saito_rust::peer::InboundPeer [−][src]
Expand description
An inbound Peer. This holds a Stream(Sender/Sink) for a peer which has initialized a connection to us via /wsopen.
Fields
sender: UnboundedSender<Result<Message, Error>>
Auto Trait Implementations
impl !RefUnwindSafe for InboundPeer
impl Send for InboundPeer
impl Sync for InboundPeer
impl Unpin for InboundPeer
impl !UnwindSafe for InboundPeer
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more