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