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