#[derive(Service)]
The Service derive macro is used to generate a Service.
Service
#[derive(Service)] struct MyService { // fields }