MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / to_os_string

Method to_os_string

euralios_std/src/ffi.rs:214–216  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

212 without modifying the original"]
213 #[inline]
214 pub fn to_os_string(&self) -> OsString {
215 OsString { inner: self.inner.to_owned() }
216 }
217}
218
219impl AsRef<OsStr> for OsStr {

Callers 4

fromMethod · 0.80
OsStr_to_os_stringFunction · 0.80
fromMethod · 0.80
to_path_bufMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected