Lines Matching defs:Error
110 type Error; typedef
112 fn try_fromm(val: T) -> Result<Self, Self::Error>; in try_fromm() argument
122 type Error; typedef
124 fn try_innto(self) -> Result<T, Self::Error>; in try_innto()
140 type Error = U::Error; typedef
141 fn try_innto(self) -> Result<U, Self::Error> { in try_innto()
432 type Error = wire::ValueNotRecognized; typedef
433 fn try_fromm(val: keymint::AttestationKey::AttestationKey) -> Result<Self, Self::Error> { in try_fromm() argument
446 type Error = wire::ValueNotRecognized; typedef
447 fn try_fromm(val: keymint::HardwareAuthToken::HardwareAuthToken) -> Result<Self, Self::Error> { in try_fromm() argument
509 type Error = wire::ValueNotRecognized; typedef
510 fn try_fromm(val: &keymint::KeyParameter::KeyParameter) -> Result<Self, Self::Error> { in try_fromm() argument