Skip to main content

init_once_cell_py_attached

Function init_once_cell_py_attached 

Source
fn init_once_cell_py_attached<'a, F, T>(
    cell: &'a OnceCell<T>,
    _py: Python<'_>,
    f: F,
) -> &'a T
where F: FnOnce() -> T,
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here