pub fn extern_spec_T_Option_T_expect<T>(self_: Option<T>, msg: &str) -> TExpand description
extern spec for Option<T>::expect
This is not a real function: its only use is for documentation.
terminates
ghost
requires
self != Noneensures
Some(result) == self