Type Alias EmptyResult

Source
pub type EmptyResult = Result<(), HpkeError>;

Aliased Type§

pub enum EmptyResult {
    Ok(()),
    Err(HpkeError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(HpkeError)

Contains the error value