Searched defs:try_parse (Results 1 – 1 of 1) sorted by relevance
100 pub fn try_parse<T: TryFrom<u64>>(&self) -> Result<T, ParseError> { in try_parse() method153 fn try_parse(parent: Self::Parent) -> Result<Self, ParseError>; in try_parse() method163 fn try_parse(buf: Box<[u8]>) -> Result<Self, ParseError>; in try_parse() method