macro_rules! err {
($variant:expr, $desc:expr) => { ... };
}
Expand description
Creates a new error with the given variant and description
macro_rules! err {
($variant:expr, $desc:expr) => { ... };
}
Creates a new error with the given variant and description