macro_rules! log_then_return {
($msg:literal $(,)?) => { ... };
($err:expr $(,)?) => { ... };
($err:stmt $(,)?) => { ... };
($fmtstr:expr, $($arg:tt)*) => { ... };
}macro_rules! log_then_return {
($msg:literal $(,)?) => { ... };
($err:expr $(,)?) => { ... };
($err:stmt $(,)?) => { ... };
($fmtstr:expr, $($arg:tt)*) => { ... };
}