Macro ceviche::Service[][src]

macro_rules! Service {
    ($name:expr, $function:ident) => { ... };
}

Generates a service_main_wrapper that wraps the provided service main function.