[][src]Function rust_keylock::execute_async

pub fn execute_async(editor: Box<dyn AsyncEditor>)

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.