Macro run_with_obs_impl

Source
macro_rules! run_with_obs_impl {
    ($self:expr, $function:ident, $operation:expr) => { ... };
    ($self:expr, $function:ident, ($($var:ident),* $(,)*), $operation:expr) => { ... };
}