Searched defs:TryFromU32Error (Results 1 – 3 of 3) sorted by relevance
21 type TryFromU32Error = TryFromIntError; typedef23 fn try_from_u32(i: u32) -> Result<Self, Self::TryFromU32Error> { in try_from_u32() argument33 type TryFromU32Error = TryFromIntError; typedef35 fn try_from_u32(i: u32) -> Result<Self, Self::TryFromU32Error> { in try_from_u32() argument45 type TryFromU32Error = &'static str; typedef47 fn try_from_u32(i: u32) -> Result<Self, Self::TryFromU32Error> { in try_from_u32() argument59 type TryFromU32Error = TryFromIntError; typedef61 fn try_from_u32(i: u32) -> Result<Self, Self::TryFromU32Error> { in try_from_u32() argument71 type TryFromU32Error = TryFromIntError; typedef73 fn try_from_u32(i: u32) -> Result<Self, Self::TryFromU32Error> { in try_from_u32() argument[all …]
282 type TryFromU32Error = TryFromIntError; typedef284 fn try_from_u32(i: u32) -> Result<Self, Self::TryFromU32Error> { in try_from_u32() argument
67 type TryFromU32Error: Display; typedef71 fn try_from_u32(i: u32) -> Result<Self, Self::TryFromU32Error>; in try_from_u32() argument