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