Struct cookie::AttrVal [] [src]

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

Trait Implementations

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

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.