MCPcopy Create free account
hub / github.com/RustPython/RustPython / deref

Method deref

crates/wtf8/src/lib.rs:250–252  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

248 type Target = Wtf8;
249
250 fn deref(&self) -> &Wtf8 {
251 self.as_slice()
252 }
253}
254
255impl ops::DerefMut for Wtf8Buf {

Callers

nothing calls this directly

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected