run_with_obs

Macro run_with_obs 

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