Module lang_item

Source
Expand description

Collects lang items: items marked with #[lang = "..."] attribute.

This attribute to tell the compiler about semi built-in std library features, such as Fn family of traits.

Structs§

LangItems

Enums§

GenericRequirement
LangItem
A representation of all the valid language items in Rust.
LangItemTarget