[][src]Trait libquassel::DeserializeUTF8

pub trait DeserializeUTF8 {
    fn parse_utf8(b: &[u8]) -> Result<(usize, Self), Error>
    where
        Self: Sized
; }

Deserialization of UTF-8 based Strings to the quassel byteprotocol

Required methods

fn parse_utf8(b: &[u8]) -> Result<(usize, Self), Error> where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl DeserializeUTF8 for String[src]

Loading content...

Implementors

Loading content...