Macro ConfigValueUnknown
macro_rules! ConfigValueUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown ConfigValue
member.
macro_rules! ConfigValueUnknown {
() => { ... };
}
Pattern that matches an unknown ConfigValue
member.