Trait melib::email::parser::BytesIterExt[][src]

pub trait BytesIterExt {
    fn join(&mut self, sep: u8) -> Vec<u8>;
}

Required methods

Implementations on Foreign Types

Implementors