Searched refs:can_derive_union (Results 1 – 1 of 1) sorted by relevance
172 if !self.derive_trait.can_derive_union() && in constrain_type()323 if self.derive_trait.can_derive_union() { in constrain_type()506 fn can_derive_union(&self) -> bool { in can_derive_union() method