[][src]Trait cookie_factory::PrintSr

pub trait PrintSr<'a>: Sized {
    fn print(&'a self) -> Print<'a, Self>;
}

Required methods

fn print(&'a self) -> Print<'a, Self>

Loading content...

Implementors

impl<'a, T: Display> PrintSr<'a> for T
[src]

Loading content...