pub type Store = HashMap<String, Option<i32>>;
Storage 对象的 Store 字段
pub struct Store { /* private fields */ }