Module unsafe_ref

Module unsafe_ref 

Source
Expand description

Logic for StackRef where grabbing a mutable reference can potentially be unsafe, because it is impossible for the borrow checker to validate borrowing rules at compile time. StackRefs grabbed from a [StackFrameDictAllocator] will be unsafe_ref::StackRef

Structsยง

StackRef
Returned by StackFrameAllocator, StackFrameGeneralAllocator, and StackFrameDictAllocator