Struct Entry
mbox_reader
pub struct Entry<'a> { /* fields omitted */ }
impl<'a> Entry<'a>
fn offset(&self) -> usize
fn start(&self) -> Start
fn message(&self) -> Option<&[u8]>
impl<'a> Debug for Entry<'a>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.