MCPcopy 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

219impl AsRef<OsStr> for OsStr {
220 #[inline]
221 fn as_ref(&self) -> &OsStr {
222 self
223 }
224}
225
226impl AsRef<OsStr> for OsString {

Callers 4

pushMethod · 0.45
derefMethod · 0.45
fromMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected