pub fn extern_spec_T_From_T_Option_T_from<T>(x: T) -> Option<T>Expand description
extern spec for Option<T>::from
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == Some(x)pub fn extern_spec_T_From_T_Option_T_from<T>(x: T) -> Option<T>extern spec for Option<T>::from
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == Some(x)