[][src]Trait preserves::value::value::Domain

pub trait Domain: Sized + Debug + Clone + Eq + Hash + Ord {
    fn as_preserves(&self) -> Result<IOValue, Error> { ... }
}

Provided methods

Loading content...

Implementors

impl Domain for NullDomain[src]

Loading content...