take abstract method

Option<T> take()

Takes the value out of this OnceCell, moving it back to an uninitialized state.

Implementation

Option<T> take();