Module pliantdb_local::core::networking[][src]

Expand description

Types for implementing the PliantDb network protocol.

Structs

MappedDocument

A serialized MappedDocument.

Payload

A payload with an associated id.

Enums

DatabaseRequest

A database-related request.

DatabaseResponse

A response to a DatabaseRequest.

Error

A networking error.

Request

A request made to a server.

Response

A response from a server.

ServerRequest

A server-related request.

ServerResponse

A response to a ServerRequest.