#[derive(derive_more::Display)] #[display("Stuff({})", .bar)] pub struct Foo { bar: String, } fn main() {}