Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ as_ref
Method
as_ref
euralios_std/src/path.rs:507–509 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
505
impl AsRef<OsStr> for Path {
506
#[inline]
507
fn as_ref(&self) -> &OsStr {
508
&self.inner
509
}
510
}
511
512
impl fmt::Debug for Path {
Callers
4
push
Method · 0.45
from
Method · 0.45
new
Method · 0.45
join
Method · 0.45
Calls
2
as_path
Method · 0.80
as_os_str
Method · 0.80
Tested by
no test coverage detected