Macro validate_path

Source
macro_rules! validate_path {
    ($field:expr, $validator:expr) => { ... };
}