pub trait GroundingMapKind: MorphismKind + Sealed { }Expand description
v0.2.2 W4: sealed marker trait for the kind of a Grounding map.
Implemented by exactly the morphism:GroundingMap individuals declared in
the ontology; downstream cannot extend the kind set.
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.