Skip to main content

SerializeUTF8

Trait SerializeUTF8 

Source
pub trait SerializeUTF8 {
    // Required method
    fn serialize_utf8(&self) -> Result<Vec<u8>, Error>;
}
Expand description

Serialization of UTF-8 based Strings to the quassel byteprotocol

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl SerializeUTF8 for String

Implementors§