Module bounds

Source
Expand description

Bounds are restrictions applied to some types after they’ve been lowered from the HIR to the rustc_middle::ty form.

Structs§

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