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