Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
impl AsRef<OsStr> for OsStr {
Callers
4
from
Method · 0.80
OsStr_to_os_string
Function · 0.80
from
Method · 0.80
to_path_buf
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected