pub trait FormatOrDebug { }
A trait that describes a type which can be logged with defmt or log, depending on the current configuration.