Enum libp2p_websocket::framed::OutgoingData [−][src]
Expand description
Data sent over the websocket connection.
Variants
Send some bytes.
Send a PING message.
Send an unsolicited PONG message. (Incoming PINGs are answered automatically.)
Trait Implementations
impl<T> Sink<OutgoingData> for Connection<T> where
T: AsyncRead + AsyncWrite + Send + Unpin + 'static,
impl<T> Sink<OutgoingData> for Connection<T> where
T: AsyncRead + AsyncWrite + Send + Unpin + 'static, Auto Trait Implementations
impl RefUnwindSafe for OutgoingDataimpl Send for OutgoingDataimpl Sync for OutgoingDataimpl Unpin for OutgoingDataimpl UnwindSafe for OutgoingDataBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V