Enum defmt_decoder::Tag [−][src]
pub enum Tag { Prim, Derived, Write, Str, Timestamp, Trace, Debug, Info, Warn, Error, }
This is supported on
unstable
only.Expand description
Specifies the origin of a format string
Variants
Defmt-controlled format string for primitive types.
Format string created by #[derive(Format)]
.
A user-defined format string from a write!
invocation.
An interned string, for use with {=istr}
.
Defines the global timestamp format.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tag
impl UnwindSafe for Tag
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.