Macro mcp_try

Source
macro_rules! mcp_try {
    ($expr:expr, $handler:expr, $operation:expr) => { ... };
}
Expand description

Helper macros for error handling