pub fn keyring_service() -> Result<&'static str, KeyError>Expand description
The registered keyring service name. Err when the host never ran the
startup set_keyring_service call — surfaced so a mis-ordered host gets a
typed error, not a panic deep inside a key operation.