Struct horrorshow::FnRenderer[][src]

pub struct FnRenderer<F> { /* fields omitted */ }
Expand description

A template renderer. The html! {} macro returns a FnRenderer.

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Render this into a template buffer.

Render this into a template buffer.

Render this into a template buffer.

Returns a (very) rough estimate of how many bytes this Render will use.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.