pub trait HasMetaParam: Params { // Required method fn meta(&self) -> Option<&HashMap<String, Value>>; }