validate

Macro validate 

Source
macro_rules! validate {
    ($dto:expr) => { ... };
}
Expand description

Macro to validate a DTO in a handler