This includes the methods:
CString::into_boxed_c_str
OsString::into_boxed_os_str
PathBuf::into_boxed_path
<Box<CStr>>::into_c_string
<Box<OsStr>>::into_os_string
<Box<Path>>::into_path_buf
CString::as_c_str
The into_boxed_* methods coming from #39594, the other into_* methods from #40009, and the as_c_str method from #41095.
The features for the methods are into_boxed_c_str, into_boxed_os_str, into_boxed_path, and as_c_str.
This includes the methods:
CString::into_boxed_c_strOsString::into_boxed_os_strPathBuf::into_boxed_path<Box<CStr>>::into_c_string<Box<OsStr>>::into_os_string<Box<Path>>::into_path_bufCString::as_c_strThe
into_boxed_*methods coming from #39594, the otherinto_*methods from #40009, and theas_c_strmethod from #41095.The features for the methods are
into_boxed_c_str,into_boxed_os_str,into_boxed_path, andas_c_str.