macro_rules! init_startup_state_capture {
() => { ... };
}Expand description
Initializes startup state capture. Call once at crate root level.
macro_rules! init_startup_state_capture {
() => { ... };
}Initializes startup state capture. Call once at crate root level.