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