Skip to main content

get

Function get 

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

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.

Day API ↩ Guides· daybrite.dev