Searched defs:try_from (Results 1 – 3 of 3) sorted by relevance
48 fn try_from(slice: &[u8]) -> Result<Self, Self::Error> { in try_from() method92 fn try_from(slice: &[u8]) -> Result<Self, Self::Error> { in try_from() method
95 fn try_from(v: &[u8]) -> Result<Self, Self::Error> { in try_from() method107 fn try_from(mut v: Vec<u8>) -> Result<Self, Self::Error> { in try_from() method
446 fn try_from(t: SystemTime) -> Result<Self, Self::Error> { in try_from() method