Glide.struct_of

You're seeing just the function struct_of, go back to Glide module for more information.

Create generator for a struct

struct_of(User, %{
           name: string(:ascii),
           address: optional(string(:ascii))
         })