Skip to main content

CreateDto

Derive Macro CreateDto 

Source
#[derive(CreateDto)]
{
    // Attributes available to this derive:
    #[dto]
    #[api_info]
}
Expand description

Derives a Create.. struct for the given input struct.