Files
2026-08-01 16:11:49 +03:00

9 lines
107 B
Rust

#[derive(defmt::Format)]
struct S {
#[defmt(Debug2Format)]
#[defmt()]
f: bool,
}
fn main() {}