Enum defmt_parser::Fragment [−][src]
This is supported on
unstable only.Expand description
A part of a format string.
Variants
A literal string (eg. "literal " in "literal {:?}").
Parameter(Parameter)A format parameter.
Trait Implementations
Auto Trait Implementations
impl<'f> RefUnwindSafe for Fragment<'f>impl<'f> UnwindSafe for Fragment<'f>Blanket Implementations
Mutably borrows from an owned value. Read more