Struct defmt_decoder::log::DefmtRecord [−][src]
pub struct DefmtRecord<'a> { /* fields omitted */ }This is supported on
unstable only.Expand description
A log record representing a defmt log frame.
Implementations
If record was produced by log_defmt, returns the corresponding DefmtRecord.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for DefmtRecord<'a>impl<'a> !Send for DefmtRecord<'a>impl<'a> !Sync for DefmtRecord<'a>impl<'a> Unpin for DefmtRecord<'a>impl<'a> !UnwindSafe for DefmtRecord<'a>