CompletionInfo

Type Alias CompletionInfo 

Source
pub type CompletionInfo = CompletionValues;
👎Deprecated: Use CompletionValues instead

Aliased Type§

pub struct CompletionInfo {
    pub values: Vec<String>,
    pub total: Option<u64>,
    pub has_more: Option<bool>,
}

Fields§

§values: Vec<String>

Array of completion suggestions

§total: Option<u64>

Optional total number of available matches

§has_more: Option<bool>

Boolean indicating if additional results exist