Enum libp2p_websocket::framed::OutgoingData [−][src]
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 Clone for OutgoingData
[src]
impl Clone for OutgoingData
[src]fn clone(&self) -> OutgoingData
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T> Sink<OutgoingData> for Connection<T> where
T: AsyncRead + AsyncWrite + Send + Unpin + 'static,
[src]
impl<T> Sink<OutgoingData> for Connection<T> where
T: AsyncRead + AsyncWrite + Send + Unpin + 'static,
[src]type Error = Error
The type of value produced by the sink when an error occurs.