macro_rules! entry {
    ($main:path) => { ... };
}
Expand description

Define entry point

Example

// define contract entry point
entry!(main)