Returns the serialized version of this key for use with the local storage API.
(&self)
| 85 | |
| 86 | /// Returns the serialized version of this key for use with the local storage API. |
| 87 | fn serialized(&self) -> &str { |
| 88 | &self.0 |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | /// Represents the contents and the metadata of a stored program. |