pub trait ParamRef<T> { // Required method fn param_ref(&self) -> &T; }
We use service_async’s Param*.