pub trait Repr { // Required method fn repr(&self, name: &str) -> MacroStream; }
The representation of an item as tokens to recreate it.