Struct defmt_decoder::Frame [−][src]
pub struct Frame<'t> { /* fields omitted */ }
This is supported on
unstable
only.Expand description
A log frame
Implementations
Returns a struct that will format this log frame (including message, timestamp, level, etc.).
Returns a struct that will format the message contained in this log frame.
Trait Implementations
Auto Trait Implementations
impl<'t> RefUnwindSafe for Frame<'t>
impl<'t> UnwindSafe for Frame<'t>