pub fn get(key: &str) -> Option<String>
Read the string stored under key, or None if it is absent (or no store is available on the platform). A stored empty string is Some(""), distinct from an absent key.
key
None
Some("")