Crate sub_struct

Source

Attribute Macros§

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