Source code
Revision control
Copy as Markdown
Other Tools
#[derive(derive_more::Display)]
#[display("Stuff()", bar)]
pub struct Foo {
bar: String,
}
fn main() {}
#[derive(derive_more::Display)]
#[display("Stuff()", bar)]
pub struct Foo {
bar: String,
}
fn main() {}