Skip to main content

validate

Macro validate 

Source
macro_rules! validate {
    ($field:expr, $value:expr, $error_msg:expr) => { ... };
    ($field:expr, $value:expr, $error_msg:expr, $($arg:tt)*) => { ... };
}
Expand description

快速验证宏