Searched defs:IntoQueryParam (Results 1 – 1 of 1) sorted by relevance
553 pub trait IntoQueryParam<P> { interface564 impl<'a, P: Copy> IntoQueryParam<P> for &'a P { impl