Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
wrap_pymodule in pyo3_macros - Rust
[go: Go Back, main page]

wrap_pymodule!() { /* proc-macro */ }
Expand description

Returns a function that takes a Python instance and returns a Python module.

Use this together with #[pymodule] and PyModule::add_wrapped.