Type Alias nvim_oxi_api::opts::OnReloadArgs

source ยท
pub type OnReloadArgs = (String, Buffer);
Expand description

Arguments passed to the callback registered to on_reload. The first tuple element is the string literal "reload", the second is the Buffer that triggered the callback.