Enum defmt_decoder::Tag [−][src]
pub enum Tag {
Show 13 variants
Prim,
Derived,
Bitflags,
Write,
Str,
Timestamp,
BitflagsValue,
Println,
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)].
Format string created by defmt::bitflags!.
A user-defined format string from a write! invocation.
An interned string, for use with {=istr}.
Defines the global timestamp format.
static containing a possible value of a bitflags type.
Format string created by defmt::println!.