pub fn validate<T: Validate>(target: &T) -> Result<(), ValidationException>Expand description
Runs Validate::validate on target, returning the first failure.
pub fn validate<T: Validate>(target: &T) -> Result<(), ValidationException>Runs Validate::validate on target, returning the first failure.