Get this stream's underlying raw pointer.
(&self)
| 223 | |
| 224 | /// Get this stream's underlying raw pointer. |
| 225 | pub fn as_ptr(&self) -> NonNull<u8> { |
| 226 | self.0 |
| 227 | } |
| 228 | } |
| 229 | |
| 230 | impl BytecodeStream for UnsafeBytecodeStream { |
no outgoing calls
no test coverage detected