Trait indy_crypto::errors::ToErrorCode [−][src]
pub trait ToErrorCode {
fn to_error_code(&self) -> ErrorCode;
}Required Methods
fn to_error_code(&self) -> ErrorCode
Implementors
impl ToErrorCode for IndyCryptoError