pub struct DefmtRecord<'a> { /* private fields */ }
Available 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.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.