ComponentResult

Type Alias ComponentResult 

Source
pub type ComponentResult = Result<(), ComponentError>;

Aliased Type§

pub enum ComponentResult {
    Ok(()),
    Err(ComponentError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ComponentError)

Contains the error value