OnDetachArgs

Type Alias OnDetachArgs 

Source
pub type OnDetachArgs = (String, Buffer);
Expand description

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