Skip to main content

extern_spec_T_From_T_Option_T_from

Function extern_spec_T_From_T_Option_T_from 

Source
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)