Searched defs:first_segment (Results 1 – 3 of 3) sorted by relevance
233 let first_segment = match path.first_segment() { in new() localVariable
157 let mut first_segment = true; in display_fmt_path() localVariable
270 pub fn first_segment(&self) -> Option<ast::PathSegment> { in first_segment() method