Crate rs_ervice

Source

Structs§

RSContext
The main context for managing registered services. It provides methods to retrieve service instances.
RSContextBuilder
RSContextBuilder: For registering and building the context in non-tokio environments
RsServiceError

Traits§

RSContextService
RSContextService: Trait for services that can be registered in RSContext. This trait defines the lifecycle hooks for services in the context. It will be managed by the RSContextBuilder.