Macro nvim_rs::call_args

source ·
macro_rules! call_args {
    () => { ... };
    ($($e:expr), +,) => { ... };
    ($($e:expr), +) => { ... };
}
Expand description

Pack the given arguments into a Vec<Value>, suitable for using it for a call to neovim.