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

Performs a type check.

Required methods

Implementors