logo

Macro bevy::utils::define_label[]

macro_rules! define_label {
    ($label_trait_name : ident) => { ... };
}
Expand description

Macro to define a new label trait

Example

define_label!(MyNewLabelTrait);