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