9 lines
107 B
Rust
9 lines
107 B
Rust
#[derive(defmt::Format)]
|
|
struct S {
|
|
#[defmt(Debug2Format)]
|
|
#[defmt()]
|
|
f: bool,
|
|
}
|
|
|
|
fn main() {}
|