tinymist_analysis::ty

Trait IfaceChecker

Source
pub trait IfaceChecker: TyCtx {
    // Required method
    fn check(
        &mut self,
        iface: Iface<'_>,
        ctx: &mut IfaceCheckContext,
        pol: bool,
    ) -> Option<()>;
}

Required Methods§

Source

fn check( &mut self, iface: Iface<'_>, ctx: &mut IfaceCheckContext, pol: bool, ) -> Option<()>

Implementors§