macro_rules! entity_impl {
    ($entity:ident) => { ... };
    ($entity:ident, $display_prefix:expr) => { ... };
}
Expand description

Macro which provides the common implementation of a 32-bit entity reference.