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