Module processor

Source
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.
WithFallback
A Processor composed of a primary and a fallback Processor.

Traits§

Processor
A trait for processing completed Trees.

Functions§

error
Create an error for when a Processor fails to process a Tree.
from_fn
Create a processor that processes incoming logs via a function.

Type Aliases§

Result
The result type of Processor::process.