Type Definition linenoise::CompletionCallback [] [src]

type CompletionCallback = fn(_: &str) -> Vec<String>;