Type Definition cli_rs::input::Completor

source ·
pub type Completor<'a> = Box<dyn FnMut(&str) -> Vec<String> + 'a>;