Module pyo3::once_cell

source ·
Expand description

A write-once cell mediated by the Python GIL.

Structs

A write-once cell similar to once_cell::OnceCell.