Module pyo3::pycell [−][src]
Expand description
Includes PyCell implementation.
Structs
An error returned by PyCell::try_borrow.
An error returned by PyCell::try_borrow_mut.
PyCell is the container type for PyClass values.
Wraps a borrowed reference to a value in a PyCell<T>.
Wraps a mutable borrowed reference to a value in a PyCell<T>.