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

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ManagerError)

Contains the error value