pub trait Params { // Required method fn push(&mut self, param: &Value, type_hint: Option<&Type>) -> Placeholder; }