pub fn validate<T: Validate>(data: &T) -> Result<()>
Validate a struct and convert errors to UltimoError