pub trait IntoQueryValues {
// Required method
fn into_query_values(self) -> QueryValues;
}Expand description
The trait that allows transformation of Self to CDRS query values.
pub trait IntoQueryValues {
// Required method
fn into_query_values(self) -> QueryValues;
}The trait that allows transformation of Self to CDRS query values.