Home
last modified time | relevance | path

Searched defs:IntoQueryParam (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/query/
Dplumbing.rs553 pub trait IntoQueryParam<P> { interface
564 impl<'a, P: Copy> IntoQueryParam<P> for &'a P { impl