Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/query/type_op/
Dcustom.rs14 pub struct CustomTypeOp<F> { struct
19 impl<F> CustomTypeOp<F> { argument
28 impl<'tcx, F, R> super::TypeOp<'tcx> for CustomTypeOp<F> implementation
54 impl<F> fmt::Debug for CustomTypeOp<F> { implementation