pub fn set_value_local<A>(key: &str, value: &A) -> Result<Option<Type>, Error>where
    A: SupportedType,
Expand description

Sets the value on the local level.