Attribute Macro sub_struct

Source
#[sub_struct]
Expand description

Enables the generaation of structs that are a subset of the given struct. #[sub_struct(name = “CreateCustomerParams”, columns = [“id”, “live_mode”, “created”, “updated”, “delinquent”])]