Macro entity_store_helper::include_entity_store [] [src]

macro_rules! include_entity_store {
    ($filename:expr) => { ... };
}

Expands to the code generated by entity_store_code_gen. Example usage:

mod entity_store {
    include_entity_store();
}