Returns the `CatalogItem` associated with this catalog entry.
(&self)
| 2906 | |
| 2907 | /// Returns the `CatalogItem` associated with this catalog entry. |
| 2908 | pub fn item(&self) -> &CatalogItem { |
| 2909 | &self.item |
| 2910 | } |
| 2911 | |
| 2912 | /// Returns a mutable reference to the `CatalogItem` associated with this |
| 2913 | /// catalog entry. |
no outgoing calls
no test coverage detected