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