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.
pub trait ModusSemantics {
// Required method
fn kinds(&self) -> KindResult;
}
A trait for objects that have some interpretation w.r.t. the build graph.