macro_rules! ServiceMacro {
($entry:ident, $function:ident, $t:ident) => { ... };
}Expand description
The macro generates the service function required
macro_rules! ServiceMacro {
($entry:ident, $function:ident, $t:ident) => { ... };
}The macro generates the service function required