pub type ManagerProposeElementResult = Result<(), ProposeElementError>;

Aliased Type§

enum ManagerProposeElementResult {
    Ok(()),
    Err(ProposeElementError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ProposeElementError)

Contains the error value