Trait ByteString

Source
pub trait ByteString {
    // Required methods
    fn bytes(&self) -> Vec<u8> ;
    fn encoded(&self) -> String;
    fn encoded_with_prefix(&self) -> String;
}

Required Methods§

Implementors§