Crate ockam_vault_sync_core[][src]

Expand description

Core types and traits of the Ockam vault.

This crate contains the core types and traits of the Ockam vault and is intended for use by other crates that either provide implementations for those traits, or use traits and types as an abstract dependency.

Structs

Vault

Vault allows to start Vault Worker.

VaultMutex

Vault inside Arc Mutex

VaultSync

Vault sync wrapper

VaultWorker

A Worker that exposes a Vault API.

Enums

VaultSyncCoreError

Represents the failures that can occur in an Ockam vault sync core

Traits

VaultTrait

Super-trait of traits required for a Vault Worker.