#[sorted]
Expand description
Macro for enforcing alphabetical order on Structs and Enums.
This macro will not automatically sort it for you; rather, it will fail to compile if the fields are not defined alphabetically.
#[sorted]
Macro for enforcing alphabetical order on Structs and Enums.
This macro will not automatically sort it for you; rather, it will fail to compile if the fields are not defined alphabetically.