macro_rules! mcp_try {
($expr:expr, $handler:expr, $operation:expr) => { ... };
}
Expand description
Helper macros for error handling
macro_rules! mcp_try {
($expr:expr, $handler:expr, $operation:expr) => { ... };
}
Helper macros for error handling