defaults_get

Function defaults_get 

Source
pub fn defaults_get<Value: DeserializeOwned>(key: &str) -> Option<Value>
Expand description

Returns the UserDefaults value associated with the specified key.