1 2 3 4 5
#[derive(derive_more::Display)] #[display("Stuff({_1})")] pub struct Foo(String); fn main() {}