Macro list_tools::system_break

source ·
macro_rules! system_break {
    ($($t:expr),*) => { ... };
    ($t:expr, $($args:tt),*) => { ... };
    () => { ... };
}