macro_rules! ConfigurationErrorUnknown {
() => { ... };
}Expand description
Pattern that matches an unknown ConfigurationError member.
macro_rules! ConfigurationErrorUnknown {
() => { ... };
}Pattern that matches an unknown ConfigurationError member.