Enum libp2p_websocket::framed::IncomingData [−][src]
Expand description
Data received over the websocket connection.
Variants
Binary application data.
UTF-8 encoded application data.
PONG control frame data.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IncomingData
impl Send for IncomingData
impl Sync for IncomingData
impl Unpin for IncomingData
impl UnwindSafe for IncomingData
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V