Trait moore_vhdl::typeck::Typeck[][src]

pub trait Typeck<I> {
    fn typeck(&self, id: I);
}
Expand description

Performs a type check.

Required methods

Implementors