pub trait ModusSemantics {
    fn kinds(&self) -> KindResult;
}
Expand description

A trait for objects that have some interpretation w.r.t. the build graph.

Required methods

Implementors