| 60 | #[derive(Clone, Copy, PartialEq, Eq, Hash)] |
| 61 | #[cfg_attr(feature = "debug", derive(Debug))] |
| 62 | pub struct Table(pub(crate) StoreItem); |
| 63 | |
| 64 | /// A global instance in a store. |
| 65 | #[derive(Clone, Copy, PartialEq, Eq, Hash)] |
no outgoing calls
no test coverage detected