[][src]Trait indy_crypto::errors::ToErrorCode

pub trait ToErrorCode {
    fn to_error_code(&self) -> ErrorCode;
}

Required Methods

Implementors

impl ToErrorCode for IndyCryptoError
[src]