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

Interface PyDrop

src/python.rs:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123pub trait PyDrop: Sized {
124 fn release_ref(self, py: Python);
125}
126
127impl<T> PyDrop for T
128where

Callers

nothing calls this directly

Implementers 3

buffer.rssrc/buffer.rs
python.rssrc/python.rs
err.rssrc/err.rs

Calls

no outgoing calls

Tested by

no test coverage detected