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

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ManagerError)

Contains the error value