macro_rules! start {
() => { ... };
}Expand description
Macros
Include the generated actor module emitted by build! (placed in OUT_DIR/actor.rs).
macro_rules! start {
() => { ... };
}Macros
Include the generated actor module emitted by build! (placed in OUT_DIR/actor.rs).