[][src]Type Definition xaynet_server::storage::traits::StorageResult

type StorageResult<T> = Result<T, StorageError>;

The result of the storage operation.