ModProg opened this issue a year ago · 4 comments
I.e. something like:
#[derive(Debug)] #[debug("{name}={value:?}")] struct Arg { name: String, value: String }
Does this still not work with v1.0.0-beta.2?
v1.0.0-beta.2
AFAICT it only works with Display
Display
@JelteF we have this on fields level for Debug, but missing on item level.
Debug
Thank you.