pub fn extern_spec_T_Option_T_is_none<T>(self_: &Option<T>) -> boolExpand description
extern spec for Option<T>::is_none
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == (*self == None)pub fn extern_spec_T_Option_T_is_none<T>(self_: &Option<T>) -> boolextern spec for Option<T>::is_none
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == (*self == None)