Lines Matching defs:Error
76 type Error; typedef
77 fn try_fromm(val: T) -> Result<Self, Self::Error>; in try_fromm() argument
85 type Error; typedef
86 fn try_innto(self) -> Result<T, Self::Error>; in try_innto()
102 type Error = U::Error; typedef
103 fn try_innto(self) -> Result<U, Self::Error> { in try_innto()
391 type Error = wire::ValueNotRecognized; typedef
392 fn try_fromm(val: keymint::AttestationKey::AttestationKey) -> Result<Self, Self::Error> { in try_fromm() argument
405 type Error = wire::ValueNotRecognized; typedef
406 fn try_fromm(val: keymint::HardwareAuthToken::HardwareAuthToken) -> Result<Self, Self::Error> { in try_fromm() argument
468 type Error = wire::ValueNotRecognized; typedef
469 fn try_fromm(val: &keymint::KeyParameter::KeyParameter) -> Result<Self, Self::Error> { in try_fromm() argument