Module store

Module store 

Source

Enums§

SecretValue
A secret value can be either a string or a byte array, which lets you store binary data as a secret.
SecretsError
An error type that encapsulates the different errors that can occur fetching secrets

Traits§

Host
HostSecret
HostSecretWithStore
HostWithStore

Functions§

add_to_linker

Type Aliases§

Secret
A secret is a resource that can only be borrowed. This allows you to pass around handles to secrets and not reveal the values until a component needs them. You need to use the reveal interface to get the value.