macro_rules! run_with_obs {
($runtime:expr, $operation:expr) => { ... };
($runtime:expr, ($($var:ident),* $(,)*), $operation:expr) => { ... };
}macro_rules! run_with_obs {
($runtime:expr, $operation:expr) => { ... };
($runtime:expr, ($($var:ident),* $(,)*), $operation:expr) => { ... };
}