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