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
impl<'a> DefmtRecord<'a>[src]
impl<'a> DefmtRecord<'a>[src]pub fn new(record: &'a Record<'a>) -> Option<Self>[src]
pub fn new(record: &'a Record<'a>) -> Option<Self>[src]If record was produced by log_defmt, returns the corresponding DefmtRecord.