register_patch

Macro register_patch 

macro_rules! register_patch {
    ($patchfn:ident) => { ... };
}
Expand description

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

The function must conform to the signature of PatchFn