Searched defs:try_from (Results 1 – 4 of 4) sorted by relevance
102 fn try_from(value: &str) -> Result<Self, Self::Error> { in try_from() method
88 fn try_from(value: usize) -> Result<Self, Self::Error> { in try_from() method96 fn try_from(value: u32) -> Result<Self, Self::Error> { in try_from() method
62 fn try_from(info: GblSlot) -> Result<Self> { in try_from() method
140 fn try_from(val: char) -> Result<Self> { in try_from() method154 fn try_from(val: c_uint) -> Result<SlotIndex> { in try_from() method