Type Alias PbSecret

Source
pub type PbSecret = Secret;
Expand description

Alias for Secret.

Aliased Type§

struct PbSecret {
    pub secret_backend: Option<SecretBackend>,
}

Fields§

§secret_backend: Option<SecretBackend>

the message is stored in meta as encrypted bytes and is interpreted as bytes by catalog