[][src]Function indy_crypto::errors::err_msg

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