Expand description
This module contains types used for sending and receiving messages to and from the storage agent.
Structs§
Error
encapsulates a formatted error the occurs due to write failures.
Enums§
Payload
wraps the request and response payloads.StorageRequest
contains all of the requests that can be made to the storage agent.StorageResponse
contains the corresponding result types to the matchingStorageRequest
variants of the same name.