macro_rules! ControllerErrorUnknown {
() => { ... };
}Expand description
Pattern that matches an unknown ControllerError member.
macro_rules! ControllerErrorUnknown {
() => { ... };
}Pattern that matches an unknown ControllerError member.