Expand description
Trait for processing log trees on completion.
See Processor
for more details.
Structs§
- Error
- Error type returned if a
Processor
fails. - FromFn
- A
Processor
that processes incoming logs via a function. - Sink
- A
Processor
that ignores any incoming logs. - With
Fallback - A
Processor
composed of a primary and a fallbackProcessor
.
Traits§
Functions§
- error
- Create an error for when a
Processor
fails to process aTree
. - from_fn
- Create a processor that processes incoming logs via a function.
Type Aliases§
- Result
- The result type of
Processor::process
.