Searched defs:try_from (Results 1 – 5 of 5) sorted by relevance
113 fn try_from(v: &[u8]) -> Result<Self, Self::Error> { in try_from() method125 fn try_from(mut v: Vec<u8>) -> Result<Self, Self::Error> { in try_from() method
223 fn try_from(p: Primitive) -> Result<i64, Self::Error> { in try_from() method233 fn try_from(p: Primitive) -> Result<i32, Self::Error> { in try_from() method243 fn try_from(p: Primitive) -> Result<Vec<u8>, Self::Error> { in try_from() method
446 fn try_from(t: SystemTime) -> Result<Self, Self::Error> { in try_from() method
90 fn try_from(curve: EcCurve) -> Result<NistCurve, Error> { in try_from() method
55 fn try_from(v: i32) -> Result<Self, Self::Error> { in try_from() method