pub trait LcKey: MathType + IndexType { }Expand description
Marker trait for types usable as keys in Lc — i.e.
elements that are hashable and totally ordered.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".