| 409 | /// An offset into the state slot. |
| 410 | #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)] |
| 411 | pub struct FrameStateSlotOffset(pub(crate) u32); |
| 412 | impl FrameStateSlotOffset { |
| 413 | #[cfg(feature = "compile")] |
| 414 | pub(crate) fn add(self, offset: u32) -> FrameStateSlotOffset { |
no outgoing calls
no test coverage detected