Annotation which enables dynamic attributes, i.e. adds `__dict__` to a class
| 78 | |
| 79 | /// Annotation which enables dynamic attributes, i.e. adds `__dict__` to a class |
| 80 | struct dynamic_attr {}; |
| 81 | |
| 82 | /// Annotation which enables the buffer protocol for a type |
| 83 | struct buffer_protocol {}; |
no outgoing calls