Instruct Macros
Instruct Macros are a set of procedural macros that expose a get_info()
method which is meant to help you get reflection in your objects by default, exposing field names+ types along with the object name.
You can use it by doing
use InstructMacro; // Ensure this is a derive macro
use ; // Import the trait
/// This is a model which represents a single individual user
This in turn will expose a get_info() method on your struct that returns a body that looks omsething like this