zng_hot_entry

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.