Searched defs:try_from (Results 1 – 6 of 6) 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
337 fn try_from(mut ibinder: SpIBinder) -> Result<Self> { in try_from() method
518 fn try_from(ibinder: SpIBinder) -> Result<Strong<Self>>; in try_from() method
97 fn try_from(c: u32) -> Result<Self, Self::Error> { in try_from() method
446 fn try_from(t: SystemTime) -> Result<Self, Self::Error> { in try_from() method