Macros§
Attribute Macros§
- pyclass
- pyexception
- Helper macro to define
Exception
types. More-or-less is an alias topyclass
macro. - 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 implTraverse
for datatype. - TryInto
PyStruct Sequence