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