Macros§
Attribute Macros§
- pyclass
- pyexception
- Helper macro to define
Exceptiontypes. More-or-less is an alias topyclassmacro. - pymodule
Derive Macros§
- From
Args - PyPayload
- PyStruct
Sequence - Traverse
- use on struct with named fields like
struct A{x:PyRef<B>, y:PyRef<C>}to implTraversefor datatype. - TryInto
PyStruct Sequence