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