zng_ext_hot_reload

Macro zng_hot_entry

Source
macro_rules! zng_hot_entry {
    () => { ... };
}
Expand description

Declare hot reload entry.

Must be called at the root of the crate.

§Safety

Must be called only once at the hot-reload crate.