macro_rules! macro_on_server_settings {
($callback:ident ($($args:tt)*)) => { ... };
}
Expand description
Check the definition of macro_on_settings
macro_rules! macro_on_server_settings {
($callback:ident ($($args:tt)*)) => { ... };
}
Check the definition of macro_on_settings