[−][src]Trait deltae::Validate
Trait to validate whether a type has appropriate values
Required methods
fn validate(self) -> Result<Self, ValueError>
Return Err() if the values are invalid
Trait to validate whether a type has appropriate values
fn validate(self) -> Result<Self, ValueError>Return Err() if the values are invalid
impl Validate for LabValue[src]fn validate(self) -> Result<Self, ValueError>[src]impl Validate for LchValue[src]fn validate(self) -> Result<Self, ValueError>[src]impl Validate for XyzValue[src]fn validate(self) -> Result<Self, ValueError>[src]