pub type PerBarAdvance<O> = Rc<dyn Fn(&mut Interpreter<O>)>;
pub struct PerBarAdvance<O> { /* private fields */ }