Searched refs:AsyncEditor (Results 1 – 2 of 2) sorted by relevance
170 pub struct AsyncEditor { struct174 impl AsyncEditor { argument181 ) -> rustyline::Result<AsyncEditor> { in new() argument190 Ok(AsyncEditor { rl: Arc::new(Mutex::new(rl)) }) in new()
27 use crate::editor::AsyncEditor;551 let editor = AsyncEditor::new(command_rule_list, context_for_closure) in handle_client_command()