Safe functions to create Nodes etc
mattfbacon opened this issue · 1 comments
mattfbacon commented
I think if you take in Pin<&mut MaybeUninit<Node<...>>> and return Pin<&mut Node<...>> it could be safe and a function.
mattfbacon commented
Nevermind, not sound.