agde_io
0.1.0
Message
Variants
Binary
Text
Trait Implementations
Debug
From<String>
From<Vec<u8>>
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
Into<U>
TryFrom<U>
TryInto<U>
VZip<V>
In crate agde_
io
agde_io
Enum
Message
Copy item path
source
pub enum Message { Text(
String
), Binary(
Vec
<
u8
>), }
Variants
§
§
Text(
String
)
§
Binary(
Vec
<
u8
>)
Trait Implementations
§
source
§
impl
Debug
for
Message
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
source
§
impl
From
<
String
> for
Message