Struct syn::ExprReference [−][src]
pub struct ExprReference { /* fields omitted */ }
Expand description
A referencing operation: &a
or &mut a
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.