Shun.Builder.handle

You're seeing just the macro handle, go back to Shun.Builder module for more information.
Link to this macro

handle(target)

View Source (macro)

Specs

handle(module()) :: Macro.t()

Adds Dynamic rules generated by the preset module provided, with its default handler function used to handle the matched entries.

Link to this macro

handle(target, handler)

View Source (macro)

Specs

Adds a Dynamic rule generated with Shun.Rule.handle/2, or Dynamic rules generated by the preset module provided.