Struct cookie::AttrVal[][src]

pub struct AttrVal<'a>(pub &'a str, pub &'a str);

Trait Implementations

impl<'a> Display for AttrVal<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for AttrVal<'a>

impl<'a> Sync for AttrVal<'a>