pub fn extern_spec_T_U_Into_U_T_into<T, U>(self_: T) -> Uwhere
U: From<T>,Expand description
extern spec for [T::into]
This is not a real function: its only use is for documentation.
requires
<U as From<T>>::from.precondition((self,))ensures
<U as From<T>>::from.postcondition((self,), result)