Skip to main content

Module introspection

Module introspection 

Source
Available on crate feature experimental-inspect only.

Modules§

return_type 🔒
Seals PyReturnType so that types outside PyO3 cannot implement it.

Structs§

SerializedIntrospectionFragment

Traits§

PyReturnType
Trait to guess a function Python return type

Functions§

escape_json_string
Escapes a string to be valid JSON. Does not add quotes around it
escaped_json_string_len
Number of bytes written by escape_json_string
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here