macro_rules! context {
($expr:expr, $code:expr, $msg:expr) => { ... };
($expr:expr, $code:expr, $fmt:expr, $($arg:tt)*) => { ... };
}Expand description
Преобразование Result с добавлением контекста
macro_rules! context {
($expr:expr, $code:expr, $msg:expr) => { ... };
($expr:expr, $code:expr, $fmt:expr, $($arg:tt)*) => { ... };
}Преобразование Result с добавлением контекста