Home
last modified time | relevance | path

Searched refs:AsyncEditor (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Deditor.rs170 pub struct AsyncEditor { struct
174 impl AsyncEditor { argument
181 ) -> rustyline::Result<AsyncEditor> { in new() argument
190 Ok(AsyncEditor { rl: Arc::new(Mutex::new(rl)) }) in new()
Dmain.rs27 use crate::editor::AsyncEditor;
551 let editor = AsyncEditor::new(command_rule_list, context_for_closure) in handle_client_command()