Searched defs:try_from (Results 1 – 3 of 3) sorted by relevance
32 fn try_from(cmd: u8) -> Result<Self, ()> { in try_from() method163 fn try_from(cmd: u32) -> Result<Self, ()> { in try_from() method258 fn try_from(cmd: u8) -> Result<Self, ()> { in try_from() method
52 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method
46 fn try_from(cmd: u8) -> Result<Self, ()> { in try_from() method