Crate rustpython_derive
source ·Macros
Attribute Macros
- Helper macro to define
Exceptiontypes. More-or-less is an alias topyclassmacro.
Derive Macros
- use on struct with named fields like
struct A{x:PyRef<B>, y:PyRef<C>}to implTraversefor datatype.