take

Function take 

Source
pub fn take<T: 'static>() -> Option<T>
Expand description

Remove the current value associated with the type and return it.