[][src]Trait cookie_factory::StrSr

pub trait StrSr {
    fn raw<'a>(&'a self) -> Slice<'a>;
}

Required methods

fn raw<'a>(&'a self) -> Slice<'a>

Loading content...

Implementors

impl<S: AsRef<str>> StrSr for S
[src]

Loading content...