macro_rules! bail_dog {
($ctor:ident, $msg:expr) => { ... };
($ctor:ident, $fmt:expr, $($arg:tt)*) => { ... };
}Expand description
Convenience helper for “bail with DogError”.
macro_rules! bail_dog {
($ctor:ident, $msg:expr) => { ... };
($ctor:ident, $fmt:expr, $($arg:tt)*) => { ... };
}Convenience helper for “bail with DogError”.