macro_rules! lazy_entrypoint {
( $process:expr ) => { ... };
}Expand description
Backward-compatible alias for the lazy Hopper entrypoint macro.
macro_rules! lazy_entrypoint {
( $process:expr ) => { ... };
}Backward-compatible alias for the lazy Hopper entrypoint macro.