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