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)pub fn extern_spec_T_Try_Option_T_from_output<T>(output: T) -> Option<T>extern spec for Option<T>::from_output
This is not a real function: its only use is for documentation.
ensures
result == Some(output)