Searched refs:from_path (Results 1 – 7 of 7) sorted by relevance
19 fn from_path(path: &str) -> Result<usize, ParseError> in from_path() method
42 let id = match UnitParser::from_path(&path) { in main()
138 fn from_path(path: &str) -> Result<usize, ParseError> in from_path() method
105 fn from_path(path: &str) -> Result<usize, ParseError> in from_path() method
34 fn from_path(path: &str) -> Result<usize, ParseError> in from_path() method
221 pub fn from_path(path: &str) -> Result<usize, ParseError> { in from_path() method
426 return T::from_path(path); in parse_unit()