Module pyo3::impl_::extract_argument

source ยท

Structsยง

Traitsยง

  • Trait for types which can be a function argument holder - they should to be able to const-initialize to an empty value.
  • A trait which is used to help PyO3 macros extract function arguments.
  • A trait used to control whether to accept varargs in FunctionDescription::extract_argument_(method) functions.
  • A trait used to control whether to accept varkeywords in FunctionDescription::extract_argument_(method) functions.

Functionsยง

Type Aliasesยง

  • PyArg ๐Ÿ”’
    Helper type used to keep implementation more concise.
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here