Function pyo3_macros_backend::module::pymodule_function_impl

source ·
pub fn pymodule_function_impl(function: ItemFn) -> Result<TokenStream>
Expand description

Generates the function that is called by the python interpreter to initialize the native module

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here