Struct syntex_syntax::ext::deriving::generic::ty::LifetimeBounds
[−]
[src]
pub struct LifetimeBounds<'a> { pub lifetimes: Vec<(&'a str, Vec<&'a str>)>, pub bounds: Vec<(&'a str, Vec<Path<'a>>)>, }
Lifetimes and bounds on type parameters
Fields
lifetimes | |
bounds |