Skip to main content

CryptoResult

Type Alias CryptoResult 

Source
pub type CryptoResult = Result<(), CryptoErrorCode>;
Available on crate feature api-12 only.

Aliased Type§

pub enum CryptoResult {
    Ok(()),
    Err(CryptoErrorCode),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(CryptoErrorCode)

Contains the error value