1 2 3 4 5 6 7
#[derive(derive_more::Debug)] #[debug(unknown = "unknown")] pub struct Foo { bar: String, } fn main() {}