Type Alias 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.