Struct text_template::TemplateError[][src]

pub struct TemplateError;

Returned by Template::try_fill_in in case of an error.

Trait Implementations

impl Debug for TemplateError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations