| 73 | #[derive(Debug, Copy, Clone, PartialEq)] |
| 74 | #[cfg_attr(any(test, feature = "fuzz"), derive(arbitrary::Arbitrary))] |
| 75 | pub struct Constant(pub u32); |
| 76 | |
| 77 | /// Wrap [`CodeSink`]-specific trap codes. |
| 78 | #[derive(Debug, Clone, Copy, PartialEq)] |
no outgoing calls