macro_rules! server_events {
($macro:ident) => { ... };
}Expand description
X-macro that provides list of server events to the macro this is called with.
macro_rules! server_events {
($macro:ident) => { ... };
}X-macro that provides list of server events to the macro this is called with.