Module patch

Source
Expand description

Types and traits for implementing flowey patch functions.

Macros§

register_patch
Register a patch function which can be used when emitting flows.

Structs§

PatchHook
Patch operations in the context of a particular Node.
PatchManager
Passed to patch functions
PatchResolver
Helper method to resolve multiple patches into a single ResolvedPatches
ResolvedPatches
PatchResolver

Functions§

noop_patchfn
patchfn_by_modpath

Type Aliases§

PatchFn