| 9 | // use. |
| 10 | #[pyo3::prelude::pyclass(module = "cryptography.hazmat.bindings._rust")] |
| 11 | pub(crate) struct FixedPool { |
| 12 | create_fn: pyo3::PyObject, |
| 13 | |
| 14 | value: Cell<Option<pyo3::PyObject>>, |
| 15 | } |
| 16 | |
| 17 | #[pyo3::prelude::pyclass(module = "cryptography.hazmat.bindings._rust")] |
| 18 | struct PoolAcquisition { |
no outgoing calls