Struct neovim::ApiInfo [] [src]

pub struct ApiInfo {
    pub functions: Vec<Function>,
}

The result of get_api_info().

Fields