IbeResult

Type Alias IbeResult 

Source
pub type IbeResult<T> = Result<T, IbeError>;
Expand description

Result type for IBE operations.

Aliased Type§

pub enum IbeResult<T> {
    Ok(T),
    Err(IbeError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(IbeError)

Contains the error value