[][src]Type Definition lib3h_crypto_api::CryptoResult

type CryptoResult<T> = Result<T, CryptoError>;

represents a Result object returned by an api in the cryptography system