Returns the program name for this key.
(&self)
| 80 | |
| 81 | /// Returns the program name for this key. |
| 82 | fn name(&self) -> &str { |
| 83 | &self.0[Key::PREFIX.len()..] |
| 84 | } |
| 85 | |
| 86 | /// Returns the serialized version of this key for use with the local storage API. |
| 87 | fn serialized(&self) -> &str { |