SecretValue

Type Alias SecretValue 

Source
pub type SecretValue = SecretValue;

Aliased Type§

pub enum SecretValue {
    String(String),
    Bytes(Vec<u8>),
}

Variants§

§

String(String)

A string value

§

Bytes(Vec<u8>)

A byte array value