Expand description
Module for the inline DFIR runtime context and execution engine.
Provides [Context] (the lightweight operator context) and
[Dfir] (the dataflow execution wrapper).
Type Aliasesยง
- Dfir
Erased - Type alias for a type-erased [
Dfir] that can be stored in heterogeneous collections. Created via [Dfir::into_erased].