tinymist_analysis::ty

Trait SigChecker

Source
pub trait SigChecker: TyCtx {
    // Required method
    fn check(
        &mut self,
        sig: Sig<'_>,
        args: &mut SigCheckContext,
        pol: bool,
    ) -> Option<()>;
}

Required Methods§

Source

fn check( &mut self, sig: Sig<'_>, args: &mut SigCheckContext, pol: bool, ) -> Option<()>

Implementors§