extern_spec_std_rc_T_Rc_T_new

Function extern_spec_std_rc_T_Rc_T_new 

Source
pub fn extern_spec_std_rc_T_Rc_T_new<T>(value: T) -> Rc<T>
Expand description

extern spec for ::std::rc::Rc<T>::new

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

terminates

ghost

ensures

*result@ == value