[][src]Trait libquassel::SerializeUTF8

pub trait SerializeUTF8 {
    fn serialize_utf8(&self) -> Result<Vec<u8>, Error>;
}

Serialization of UTF-8 based Strings to the quassel byteprotocol

Required methods

fn serialize_utf8(&self) -> Result<Vec<u8>, Error>

Loading content...

Implementations on Foreign Types

impl SerializeUTF8 for String[src]

Loading content...

Implementors

Loading content...