[][src]Macro generic_error::GenErr

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