SealingKeysDeleteSealingKeyResult

Type Alias SealingKeysDeleteSealingKeyResult 

Source
pub type SealingKeysDeleteSealingKeyResult = Result<(), DeleteError>;

Aliased Type§

pub enum SealingKeysDeleteSealingKeyResult {
    Ok(()),
    Err(DeleteError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(DeleteError)

Contains the error value