Skip to main content

chat_callback

Macro chat_callback 

Source
macro_rules! chat_callback {
    (fn $name:ident($event:ident, $data:ident) $body:block) => { ... };
}