macro_rules! validate { ($value:tt) => { ... }; }
Validate any value if it implements the Validator trait. If the value does not implement the Validator trait, it will return Ok(()).