pub trait SelectChecker: TyCtx { // Required method fn select(&mut self, sig: Iface<'_>, key: &Interned<str>, pol: bool); }
A trait to check the select of a type.
Checks the select of the given type.