Skip to main content

extern_spec_T_Try_Option_T_from_output

Function extern_spec_T_Try_Option_T_from_output 

Source
pub fn extern_spec_T_Try_Option_T_from_output<T>(output: T) -> Option<T>
Expand description

extern spec for Option<T>::from_output

This is not a real function: its only use is for documentation.

ensures

result == Some(output)