Struct mail_parser::parsers::message_stream::MessageStream [−][src]
pub struct MessageStream<'x> {
pub data: UnsafeCell<&'x mut [u8]>,
pub pos: UnsafeCell<usize>,
}
Fields
data: UnsafeCell<&'x mut [u8]>
pos: UnsafeCell<usize>