Macro guarded_string

Source
macro_rules! guarded_string {
    ($Name:ident, $Label:literal, $Regex:expr, $MaxStringLength:expr, $ErrorType:ty, $ErrorVariant:path) => { ... };
}