Module item

Source
Expand description

Types related to items.

Items are the global names for anything that can be addressed inside of Rune.

Structs§

Item
The reference to an ItemBuf.
ItemBuf
The name of an item in the Rune Language.

Enums§

Component
The component of an item.
ComponentRef
A reference to a component of an item.

Traits§

IntoComponent
Trait for encoding the current type into a Component.