You need to import the module that contains the defrecord.
Then you can use the generated macro which has the same name as your record. You can find examples in the documentation of Record.defrecord
You need to import the module that contains the defrecord.
Then you can use the generated macro which has the same name as your record. You can find examples in the documentation of Record.defrecord