macro_rules! note_error_tera_template {
($e:ident, $t:expr) => { ... };
}Expand description
Macro to construct a NoteError::TeraTemplate from a Tera::Error` .
macro_rules! note_error_tera_template {
($e:ident, $t:expr) => { ... };
}Macro to construct a NoteError::TeraTemplate from a Tera::Error` .