pub trait DomainParse<D: Embeddable> {
    fn parse_embedded(&mut self, v: &IOValue) -> Result<D>;
}

Required methods

Implementations on Foreign Types

Implementors