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

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ComponentError)

Contains the error value