Module rustc_typeck::check::inherited [−][src]
Structs
Closures defined within the function. For example:
Helper type of a temporary returned by Inherited::build(...)
.
Necessary because we can’t write the following bound:
F: for<'b, 'tcx> where 'tcx FnOnce(Inherited<'b, 'tcx>)
.