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