macro_rules! entity_impl {
    ($entity:ident) => { ... };
    ($entity:ident, $display_prefix:expr_2021) => { ... };
}Expand description
Macro which provides the common implementation of a 32-bit entity reference.
macro_rules! entity_impl {
    ($entity:ident) => { ... };
    ($entity:ident, $display_prefix:expr_2021) => { ... };
}Macro which provides the common implementation of a 32-bit entity reference.