Returns the raw byte representing this trap.
(&self)
| 71 | |
| 72 | /// Returns the raw byte representing this trap. |
| 73 | pub const fn as_raw(&self) -> NonZeroU8 { |
| 74 | self.0 |
| 75 | } |
| 76 | |
| 77 | /// Creates a trap code from its raw byte, likely returned by |
| 78 | /// [`TrapCode::as_raw`] previously. |
no outgoing calls
no test coverage detected