Struct syntex_syntax::ast::WhereRegionPredicate
[−]
[src]
pub struct WhereRegionPredicate { pub span: Span, pub lifetime: Lifetime, pub bounds: Vec<Lifetime>, }
A lifetime predicate, e.g. 'a: 'b+'c
Fields
span | |
lifetime | |
bounds |