pub trait ModusSemantics {
// Required method
fn kinds(&self) -> KindResult;
}Expand description
A trait for objects that have some interpretation w.r.t. the build graph.
Required Methods§
fn kinds(&self) -> KindResult
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".