Trait ModusSemantics

Source
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§

Source

fn kinds(&self) -> KindResult

Implementors§