Struct mg::completion::CompletionResult [] [src]

pub struct CompletionResult {
    pub columns: Vec<CompletionCell>,
}

A result to show in the completion view.

Fields

The columns data.

Methods

impl CompletionResult
[src]

[src]

Create a new completion result.

[src]

Create a new completion result with foregrounds.