pub struct OpenPatchRegion(/* private fields */);Expand description
Represents the beginning of an editable region in the MachBuffer, while code emission is
still occurring. An OpenPatchRegion is closed by MachBuffer::end_patchable, consuming
the OpenPatchRegion token in the process.