Skip to main content

Completion

Type Alias Completion 

Source
pub type Completion = Completion;

Aliased Type§

pub struct Completion {
    pub label: String,
    pub kind: CompletionKind,
    pub detail: String,
    pub info: String,
    pub boost: Option<i32>,
    pub method_for: Option<VariableType>,
}

Fields§

§label: String§kind: CompletionKind§detail: String§info: String§boost: Option<i32>§method_for: Option<VariableType>