Skip to main content

extern_spec_T_From_T_Box_T_from

Function extern_spec_T_From_T_Box_T_from 

Source
pub fn extern_spec_T_From_T_Box_T_from<T>(x: T) -> Box<T>
Expand description

extern spec for Box<T>::from

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

terminates

ghost

ensures

*result == x