Module rustpython_vm::convert
source · Traits
- Implemented by any type that can be returned from a built-in Python function.
- Marks a type that has the exact same layout as PyObjectRef, e.g. a type that is
repr(transparent)
over PyObjectRef. - Lower-cost variation of
TryFromObject
- Implemented by any type that can be created from a Python object.