Searched defs:NameSpliter (Results 1 – 1 of 1) sorted by relevance
7 struct NameSpliter<'a> { struct12 impl<'a> NameSpliter<'a> { impl13 fn new(s: &str) -> NameSpliter { in new()21 impl<'a> Iterator for NameSpliter<'a> { implementation