Kimundi / owning-ref-rs

A library for creating references that carry their owner with them.
MIT License
359 stars 50 forks source link

Add `OwningHandle::into_inner` #41

Closed gyscos closed 6 years ago

gyscos commented 6 years ago

Just like OwningRef::into_inner.

And possibly OwningHandle::owner(&self) -> &O as well?