pub trait IntoParameter<P, Store> { // Required method fn into_parameter(self) -> Parameter<P, Store>; }