pub fn extern_spec_T_Option_T_take<T>(self_: &mut Option<T>) -> Option<T>Expand description
extern spec for Option<T>::take
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == *self && ^self == Nonepub fn extern_spec_T_Option_T_take<T>(self_: &mut Option<T>) -> Option<T>extern spec for Option<T>::take
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == *self && ^self == None