"I am in the process of changing..." <- > <@shakencodes:matrix.org> I am in the process of changing my system's debug reporting from `rprintln` to `defmt`. One wants types that `#[derive(Format)]` and the other wants types with `#[derive(defmt::Format)]`. > Are these derives conceptually mutually exclusive? Meaning you really only want one. -- Not that they are actually mutually exclusive... you can have both. But would you typically WANT both? Are you getting a compile error? Because these are both the same