Skip to main content

All Questions

Tagged with
1 vote
1 answer
175 views

Implementing automatic derivation without macros?

In Rust: #[derive(Display)] struct Foo<T>(T); If T conforms to the Display trait, ...
Jw C's user avatar
  • 241