Searched refs:CollectLifetimes (Results 1 – 3 of 3) sorted by relevance
9 pub struct CollectLifetimes { struct15 impl CollectLifetimes { implementation17 CollectLifetimes { in new()47 impl VisitMut for CollectLifetimes { implementation
2 use crate::lifetime::{AddLifetimeToImplTrait, CollectLifetimes};83 let mut lifetimes = CollectLifetimes::new("'impl"); in expand()170 let mut lifetimes = CollectLifetimes::new("'life"); in transform_sig()
42 struct CollectLifetimes(Vec<String>); in determine_lifetime_name() struct44 impl VisitMut for CollectLifetimes { in determine_lifetime_name() implementation52 let mut lifetimes = CollectLifetimes(Vec::new()); in determine_lifetime_name()