Searched defs:try_from (Results 1 – 4 of 4) sorted by relevance
43 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() method
900 fn try_from(value: u16) -> Result<Self, Self::Error> { in try_from() method1021 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() method1110 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() method
961 fn try_from(x: u16) -> Result<Self, Self::Error> { in try_from() method981 fn try_from(x: u8) -> Result<Self, Self::Error> { in try_from() method
1138 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method