Skip to main content

set

Function set 

Source
pub fn set(name: &str, value: &str) -> Result<(), SecretError>
Expand description

Store (or overwrite) a secret.

ยงErrors

Returns SecretError if the OS keychain is unreachable.