Module rustc_typeck::bounds

source ·
Expand description

Bounds are restrictions applied to some types after they’ve been converted into the ty form from the HIR.

Structs

Collects together a list of type bounds. These lists of bounds occur in many places in Rust’s syntax: