Skip to main content

HasDomain

Trait HasDomain 

Source
pub trait HasDomain {
    // Required method
    fn domain_of(&self) -> Moo<Domain>;
}
Expand description

Types that have a Domain.

Required Methods§

Source

fn domain_of(&self) -> Moo<Domain>

Gets the Domain of self.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§