Derive Macrosยง
- Display
Debug - A procedural macro that implements the
std::fmt::Display
trait for a type, using the standard debug format ({:?}
) for formatting. - Display
Debug Format - A procedural macro that implements the
std::fmt::Display
trait for a type, using the detailed debug format ({:#?}
) for formatting. - Lombok
- This is an example of how to use the
Lombok
procedural macro withget
andset
attributes.