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