Skip to main contentCrate paperless_api_macros
Source - CreateDto
- Derives a
Create.. struct for the given input struct. - Item
- Derives
Item trait for the given input struct. - ReprSerde
- Derives
Serialize and Deserialize by reading discriminant values
directly from the AST. - UpdateDto
- Derives a
Update.. struct for the given input struct.