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