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 == xpub fn extern_spec_T_From_T_Box_T_from<T>(x: T) -> Box<T>extern spec for Box<T>::from
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
*result == x