Trait modus_lib::analysis::ModusSemantics
source · [−]pub trait ModusSemantics {
fn kinds(&self) -> KindResult;
}Expand description
A trait for objects that have some interpretation w.r.t. the build graph.
pub trait ModusSemantics {
fn kinds(&self) -> KindResult;
}A trait for objects that have some interpretation w.r.t. the build graph.