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