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