Enum fv_template::rt::Part [−][src]
Expand description
A fragment of a template.
A set of Parts can be concatenated to form a user-facing representation
of a template.
Variants
Text(&'a str)A plain text fragment.
Hole(&'a str)A hole in the template with a corresponding label to fill.
Auto Trait Implementations
impl<'a> RefUnwindSafe for Part<'a>impl<'a> UnwindSafe for Part<'a>