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