A marker attribute for methods in an inherent impl block that should be exposed as RPC methods.
This is not needed when using a trait-based implementation.
The #[service_mux_struct] macro is applied to a struct to implement ServiceTrait on it.
It acts as a dispatcher, routing serve() calls to the correct service based on the req.service field.