MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / deref

Method deref

src/sharedref.rs:447–449  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

445 type Target = T;
446
447 fn deref(&self) -> &T {
448 self.data
449 }
450}
451
452/// A mutably borrowed reference to a leaked value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected