Macro DriverResultUnknown

Source
macro_rules! DriverResultUnknown {
    () => { ... };
}
Expand description

Pattern that matches an unknown DriverResult member.