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