[][src]Crate yarte

yarte's essence is the trait Template, with fmt::Display as a supertrait (you can have access to fmt::Display). When rendering a template users can do it using three different methods:

  • call which will write template in the buffer of the Template object.

Re-exports

pub use yarte_derive::Template;

Modules

rerun

Structs

Error

The error type which is returned from formatting a message into a stream.

MarkupAsStr

Traits

Template

Type Definitions

Result