Macro odra_modules::key_value_storage
source ยท macro_rules! key_value_storage { ($name:ident, $dict:expr, $value_type:ty) => { ... }; }
Expand description
Creates an Odra module that stores a values in a given dictionary.
The module has two methods: set and get.
The key argument of set and get is used as a dictionary key.