Trait maud::RenderOnce [] [src]

pub trait RenderOnce {
    fn render_once(self, &mut Write) -> Result;
}

Represents a type that can be rendered as HTML, where the rendering operation must consume the value.

Required Methods

Implementors