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