elixir function to get the struct from a module code example
Example: elixir struct example
# struct example
%__MODULE__{
name: "apple",
location: {40,0,1},
}
# struct example
%__MODULE__{
name: "apple",
location: {40,0,1},
}