Struct keyring::Keyring
[−]
[src]
pub struct Keyring<'a> { /* fields omitted */ }pub struct Keyring<'a> { /* fields omitted */ }impl<'a> Keyring<'a>[src]fn new(service: &'a str, username: &'a str) -> Keyring<'a>fn set_password(&self, password: &str) -> Result<()>fn get_password(&self) -> Result<String>fn delete_password(&self) -> Result<()>