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