Struct defmt_decoder::log::Formatter
source · pub struct Formatter { /* private fields */ }Available on
unstable only.Expand description
Format Frames according to a log_format.
The log_format makes it possible to customize the defmt output.
The log_format is specified here: TODO
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Formatter
impl Send for Formatter
impl Sync for Formatter
impl Unpin for Formatter
impl UnwindSafe for Formatter
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more