Struct tenjin::context::Raw [] [src]

pub struct Raw<S>(pub S);

Trait Implementations

impl<S: Debug> Debug for Raw<S>
[src]

[src]

Formats the value using the given formatter.

impl<W, S> Context<W> for Raw<S> where
    S: Borrow<str>,
    W: Write
[src]

[src]

[src]

[src]