Macro ceviche::Service

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

Generates a service_main_wrapper that wraps the provided service main function.