Skip to main content

execute_repl_input

Function execute_repl_input 

Source
pub fn execute_repl_input(
    session: &mut ReplSession,
    input: ReplInput,
) -> Result<ReplEvent, ReplError>
Expand description

Execute one REPL input event with interrupt/EOF-safe behavior.