Skip to main content

handle_error

Macro handle_error 

Source
macro_rules! handle_error {
    ($result:expr, {
        $pattern:pat => $handler:expr,
        * => $default_handler:expr,
    }) => { ... };
}
Expand description

错误匹配和处理宏