Trait fluent_validator::Validator [] [src]

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

Required Methods

Implementors