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