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_pyfunction in pyo3_macros - Rust
[go: Go Back, main page]

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

Wraps a Rust function annotated with #[pyfunction].

This can be used with PyModule::add_function to add free functions to a PyModule - see its documentation for more information.