View Source Electric.Walkable protocol (electric v1.0.1)

Summary

Types

t()

All the types that implement this protocol.

Functions

Returns a keyword list with all children of the node that should be processed.

Types

@type t() :: term()

All the types that implement this protocol.

Functions

Returns a keyword list with all children of the node that should be processed.

The keys are the names of the children groups, and the values are the children themselves. Values can be both further Electric.Walkable structures, or a list of Electric.Walkable structures. If it's a list, all items will be processed.