Trait Encoding

Source
pub trait Encoding {
    type EncodeError: Error;
    type DecodeError: Error;
}

Required Associated Types§

Implementors§