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