Trait assayer::Validator [] [src]

pub trait Validator<T> {
    fn validate(value: T) -> Result<T, Error>;
}

Required Methods

Implementors