Enum wasm_sockets::Message
source · [−]Expand description
Message is a representation of a websocket message that can be sent or recieved
Variants
Text(String)
A text message
Binary(Vec<u8>)
A binary message
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Message
impl UnwindSafe for Message
Blanket Implementations
Mutably borrows from an owned value. Read more