Macro entity_id

Source
macro_rules! entity_id {
    ($($name:ident),+ $(,)?) => { ... };
    ($($name:ident),+ $(,)? ; $($from:ty => $to:ty),* $(,)?) => { ... };
}