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
.
Wraps a borrowed reference to a value in a PyCell<T>
.
Wraps a mutable borrowed reference to a value in a PyCell<T>
.