Struct iron_maud::Maud [] [src]

pub struct Maud<T> {
    // some fields omitted
}

Wraps a Maud template for use in an Iron response.

Methods

impl<T> Maud<T>
[src]

Trait Implementations

impl<T: Template + Send + 'static> Modifier<Response> for Maud<T>
[src]

Modify F with self.

impl<T: Template + Send> WriteBody for Maud<T>
[src]

Writes the body to the provided ResponseBody.