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.

Returns the formatted defmt timestamp.

Returns a builder that can format this record for displaying it to the user.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.