Trait bevy_internal::utils::petgraph::algo::BoundedMeasure
source · pub trait BoundedMeasure: Measure + Sub<Output = Self> {
// Required methods
fn min() -> Self;
fn max() -> Self;
fn overflowing_add(self, rhs: Self) -> (Self, bool);
}
Required Methods§
fn min() -> Self
fn max() -> Self
fn overflowing_add(self, rhs: Self) -> (Self, bool)
Object Safety§
This trait is not object safe.