Struct terminal_cli::AutocompleteLine
[−]
[src]
pub struct AutocompleteLine {
pub full_new_line: String,
pub additional_part: String,
}One autocomplete suggestion
Fields
full_new_line | The entire new suggested line buffer |
additional_part | The additional suggested part of the buffer, can be sent to the terminal device |