Searched defs:try_from (Results 1 – 3 of 3) sorted by relevance
33 fn try_from(value: &str) -> Result<Self, Self::Error> { in try_from() method47 fn try_from(value: &str) -> Result<Self, Self::Error> { in try_from() method
40 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() method
58 fn try_from(code: u32) -> IpcResult<Self> { in try_from() method