Skip to main content

run_error

Macro run_error 

Source
macro_rules! run_error {
    ($thread:expr, $format:expr $(,)?) => { ... };
    ($thread:expr, $format:expr, $($arg:expr),+ $(,)?) => { ... };
}