macro_rules! _service_method_body {
($method:ident, $self:ident, $request:expr, $hash_by:ident) => { ... };
}Expand description
internal macro
macro_rules! _service_method_body {
($method:ident, $self:ident, $request:expr, $hash_by:ident) => { ... };
}internal macro