Struct syntex_syntax::ast::PolyTraitRef
[−]
[src]
pub struct PolyTraitRef { pub bound_lifetimes: Vec<LifetimeDef>, pub trait_ref: TraitRef, pub span: Span, }
Fields
bound_lifetimes | The |
trait_ref | The |
span |