macro_rules! generation_error {
($msg:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}Expand description
Creates a generation error with a message
macro_rules! generation_error {
($msg:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}Creates a generation error with a message