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