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