Searched defs:CollectLifetimes (Results 1 – 3 of 3) sorted by relevance
9 pub struct CollectLifetimes { struct14 impl CollectLifetimes { implementation45 impl VisitMut for CollectLifetimes { implementation
29 struct CollectLifetimes(Vec<String>); in determine_lifetime_name() struct31 impl VisitMut for CollectLifetimes { in determine_lifetime_name() implementation
39 pub trait CollectLifetimes { trait