Skip to main content

fatal_on_err

Macro fatal_on_err 

Source
macro_rules! fatal_on_err {
    ($expr:expr) => { ... };
    ($expr:expr, $component:expr) => { ... };
}