alias Linenoise::CompletionCallback
Overview
Callback for setting completions based on user input.
- In:
Pointer(UInt8)
The current line as a cstring. - In:
Pointer(LibLinenoise::Completions)
The completion state to be passed to#add_completion
. - Out:
Nil
No return value.
Alias Definition
Pointer(UInt8), Pointer(LibLinenoise::Completions) -> Nil