[][src]Trait indy_crypto::errors::IndyCryptoErrorExt

pub trait IndyCryptoErrorExt {
    fn to_indy<D>(self, kind: IndyCryptoErrorKind, msg: D) -> IndyCryptoError
    where
        D: Display + Send + Sync + 'static
; }

Extension methods for Error.

Required methods

fn to_indy<D>(self, kind: IndyCryptoErrorKind, msg: D) -> IndyCryptoError where
    D: Display + Send + Sync + 'static, 

Loading content...

Implementors

impl<E> IndyCryptoErrorExt for E where
    E: Fail
[src]

Loading content...