LenBytes

Trait LenBytes 

Source
pub trait LenBytes {
    // Required method
    fn len_bytes(&self) -> usize;
}
Expand description

Implemented by TakeAtom::Atom to have an atom length

Required Methods§

Source

fn len_bytes(&self) -> usize

number of bytes

Implementations on Foreign Types§

Source§

impl LenBytes for &str

Source§

impl LenBytes for char

Source§

impl LenBytes for u8

Implementors§