Xema.Builder.strux

You're seeing just the function strux, go back to Xema.Builder module for more information.

Specs

strux() :: :struct

Returns :struct.

Specs

strux(keyword()) :: {:struct, keyword()}
strux(atom()) :: {:struct, [{:module, module()}]}

Returns a tuple of :struct and the given keyword list when the function gets a keyword list.

Returns the tuple {:struct, module: module} when the function gets an atom.