Macro zng_ext_hot_reload::zng_hot_entry
source ยท macro_rules! zng_hot_entry {
() => { ... };
}
Expand description
Declare hot reload entry.
Must be called at the root of the crate.
macro_rules! zng_hot_entry {
() => { ... };
}
Declare hot reload entry.
Must be called at the root of the crate.