Searched refs:constrain_type (Results 1 – 1 of 1) sorted by relevance
140 fn constrain_type(&mut self, item: &Item, ty: &Type) -> CanDerive { in constrain_type() method687 let mut can_derive = self.constrain_type(item, ty); in constrain()