pub trait HasDomain { // Required method fn domain_of(&self) -> Moo<Domain>; }
Types that have a Domain.
Domain
Gets the Domain of self.
self