Skip to main content

bail_dog

Macro bail_dog 

Source
macro_rules! bail_dog {
    ($ctor:ident, $msg:expr) => { ... };
    ($ctor:ident, $fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Convenience helper for “bail with DogError”.