pub fn run_repl<F>(config: ReplRunConfig, execute: F) -> Result<ReplRunResult>Expand description
Runs the interactive REPL and delegates submitted lines to execute.
pub fn run_repl<F>(config: ReplRunConfig, execute: F) -> Result<ReplRunResult>Runs the interactive REPL and delegates submitted lines to execute.