Struct AttrVal
cookie
pub struct AttrVal<'a>(pub &'a str, pub &'a str);
impl<'a> Display for AttrVal<'a>
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> Send for AttrVal<'a>
impl<'a> Sync for AttrVal<'a>