pub type OutputCallback = Rc<RefCell<dyn FnMut(String)>>;Expand description
Callback type for streaming output from the interpreter.
Called each time Show executes with the output line.
Aliased Typeยง
pub struct OutputCallback { /* private fields */ }