Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ as_ref
Method
as_ref
euralios_std/src/ffi.rs:221–223 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
219
impl AsRef<OsStr> for OsStr {
220
#[inline]
221
fn as_ref(&self) -> &OsStr {
222
self
223
}
224
}
225
226
impl AsRef<OsStr> for OsString {
Callers
4
push
Method · 0.45
deref
Method · 0.45
from
Method · 0.45
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected