Derive Macro StaticServiceManager

#[derive(StaticServiceManager)]
Expand description

Derive macro to implement [azalea_service::StaticServiceManager] and [azalea_service::LocalStaticServiceManager] for a Service.

#[derive(azalea_derive::StaticServiceManager)]
pub struct Service {}