Skip to main content

try_get_from_pass

Function try_get_from_pass 

Source
pub fn try_get_from_pass(key: &str) -> Option<Zeroizing<String>>
Expand description

Fetch a secret from Pass. Returns None if the key doesn’t exist. Prefer this over get_from_pass.