Trait moore_vhdl::typeck::TypeckNode [] [src]

pub trait TypeckNode<'ctx, I> {
    fn typeck_node(&self, id: I, expected: &'ctx Ty) -> Result<()>;
}

Checks whether a node is of a given type.

Required Methods

Implementors