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