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§

source

fn maximum() -> Self

Object Safety§

This trait is not object safe.

Implementors§