| 6 | #[derive(Debug, Default, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] |
| 7 | #[cfg_attr(feature = "serde", derive(serde::Serialize))] |
| 8 | pub struct SourceOffset(pub u32); |
| 9 | |
| 10 | impl SourceOffset { |
| 11 | /// Represents a fake SourceOffset with [u32::MAX] as the number. |
no outgoing calls