pub fn validate<T>(
    object: T,
    config: &ValidationConfig
) -> Result<Validated<T>, ValidationError> where
    T: ObjectIters
Expand description

Validate the given object