generic_error

Macro GenErr

Source
macro_rules! GenErr {
    ($arg:expr) => { ... };
    ($($args:expr),+) => { ... };
}