pub fn extern_spec_std_option_T_Option_T_unwrap<T>(self_: Option<T>) -> TExpand description
extern spec for ::std::option::Option<T>::unwrap
This is not a real function: its only use is for documentation.
terminates
ghost
requires
self != Noneensures
Some(result) == self