Access the underlying data owned by this `Store`. Same as [`Store::data`](crate::Store::data)
(&self)
| 2122 | /// |
| 2123 | /// Same as [`Store::data`](crate::Store::data) |
| 2124 | pub fn data(&self) -> &T { |
| 2125 | self.store.data() |
| 2126 | } |
| 2127 | |
| 2128 | /// Access the underlying data owned by this `Store`. |
| 2129 | /// |
no outgoing calls