Module service

Source

Modules§

util

Structs§

BackendService
Service that receives BackendRequest values, calls a Backend and responds with BackendResponse.
CoreService
Service that receives CoreRequest values, calls a Core and responds with CoreResponse.

Enums§

BackendRequest
Enum containing all types of backend requests.
BackendResponse
Enum containing all types of backend responses.
CoreRequest
Enum containing all types of core requests.
CoreResponse
Enum containing all types of core responses.

Type Aliases§

BoxedService
A boxed dynamic type for multilink services. The service must return a result with a ServiceResponse or ServiceError.
ServiceError
A boxed error type that may be returned by service calls.
ServiceFuture
A future that returns a result with a generic response and ServiceError. This is returned by service calls.