pub trait CommutativeAlgebraRule<R, T>: AlgebraRule<R, T> { }Expand description
An AlgebraRule that is order independent
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.