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