Function pyo3_macros_backend::py_init [−][src]
pub fn py_init(
fnname: &Ident,
options: PyModuleOptions,
doc: LitStr
) -> TokenStream
Expand description
Generates the function that is called by the python interpreter to initialize the native module