Function bevy_macro_utils::derive_boxed_label
source · pub fn derive_boxed_label(input: DeriveInput, trait_path: &Path) -> TokenStreamExpand description
Derive a label trait
Args
input: Thesyn::DeriveInputfor struct that is deriving the label traittrait_path: The pathsyn::Pathto the label trait