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