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

Validate the given object