Struct email::rfc2045::Rfc2045Parser[][src]

pub struct Rfc2045Parser<'s> { /* fields omitted */ }

Parser over RFC 2045 style headers.

Things of the style value; param1=foo; param2="bar"

Methods

impl<'s> Rfc2045Parser<'s>
[src]

Create a new parser over s

Consume up to all of the input into the value and a hashmap over parameters to values.

Auto Trait Implementations

impl<'s> Send for Rfc2045Parser<'s>

impl<'s> Sync for Rfc2045Parser<'s>