[][src]Module xaynet_server::storage::traits

Storage API.

Structs

LocalSeedDictAdd

A wrapper that contains the result of the "add local seed dict" operation.

MaskScoreIncr

A wrapper that contains the result of the "increment mask score" operation.

SumPartAdd

A wrapper that contains the result of the "add sum participant" operation.

Enums

LocalSeedDictAddError

Error that can occur when adding a local seed dict to the SeedDict.

MaskScoreIncrError

Error that can occur when incrementing a mask score.

SumPartAddError

Error that can occur when adding a sum participant to the SumDict.

Traits

CoordinatorStorage

An abstract coordinator storage.

ModelStorage

An abstract model storage.

Type Definitions

StorageError

The error type for storage operations that are not directly related to application domain. These include, for example IO errors like broken pipe, file not found, out-of-memory, etc.

StorageResult

The result of the storage operation.