Skip to main content

ProjectionMapKind

Trait ProjectionMapKind 

Source
pub trait ProjectionMapKind: MorphismKind + Sealed { }
Expand description

Target §3: sealed marker trait for the kind of a Sinking projection. Implemented by exactly the morphism:ProjectionMap 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.

Implementors§