Struct syntex_syntax::ast::LifetimeDef
[−]
[src]
pub struct LifetimeDef { pub lifetime: Lifetime, pub bounds: Vec<Lifetime>, }
A lifetime definition, eg 'a: 'b+'c+'d
Fields
lifetime | |
bounds |