rune/
item.rs

1//! Types related to items.
2//!
3//! Items are the global names for anything that can be addressed inside of
4//! Rune.
5
6#[doc(inline)]
7pub use rune_core::item::{Component, ComponentRef, IntoComponent, Item, ItemBuf};