Function nvim_oxi_api::call_dict_function

source ยท
pub fn call_dict_function<Args, Ret>(
    dict: &str,
    func: &str,
    args: Args
) -> Result<Ret, Error>
where Args: Into<Array>, Ret: FromObject,
Expand description

Binding to nvim_call_dict_function().

Calls a VimL dictionary function with the given arguments, returning the result of the funtion call.