Skip to main content

Crate paperless_api_macros

Crate paperless_api_macros 

Source

Derive Macrosยง

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.