Trait orzir_core::graph::Maximum
source · pub trait Maximum {
// Required method
fn maximum() -> Self;
}Expand description
A trait for types that can represent the maximum value.
Required Methods§
Object Safety§
This trait is not object safe.