[][src]Macro oasis_std::service

macro_rules! service {
    ($svc:path) => { ... };
}

This macro is used to define the "main" service.

Example

fn main() {
   oasis_std::service!(TheMainService);
}