Type Alias SealingKeysCreateSealingKeyResult

Source
pub type SealingKeysCreateSealingKeyResult = Result<Vec<u8>, CreateError>;

Aliased Type§

pub enum SealingKeysCreateSealingKeyResult {
    Ok(Vec<u8>),
    Err(CreateError),
}

Variants§

§1.0.0

Ok(Vec<u8>)

Contains the success value

§1.0.0

Err(CreateError)

Contains the error value