pub fn execute_async(editor: Box<dyn AsyncEditor>)
Expand description
Takes a reference of Editor
implementation as argument and executes the rust-keylock logic.
The Editor
is responsible for the interaction with the user. Currently there are Editor
implementations for shell and for Android.