Crate service

Source
Expand description

§azalea-service

Service traits used by Azalea

Modules§

error

Macros§

impl_local_static_handler
impl_static_handler

Structs§

ListenerHandle
LocalListenerHandle
ServiceManager
Service handler responsible for managing/handling a service

Enums§

Status

Traits§

LocalStaticServiceManager
Thread local static handler for a Service
Service
Trait that Azalea services must implement
StaticServiceManager
Static handler for a Service

Type Aliases§

Result
Result<T, Error>