pub trait IntoParams: Debug {
// Required method
fn into_params(self) -> Params;
}Expand description
Trait for types that can be converted to Params
pub trait IntoParams: Debug {
// Required method
fn into_params(self) -> Params;
}Trait for types that can be converted to Params