Skip to main content

Module executor_traits

Module executor_traits 

Source
Expand description

Executor trait implementations for task-based validation and parsing.

These executors consume declarative tasks and perform the actual execution, completely decoupled from AAML struct manipulation.

Re-exports§

pub use crate::pipeline::tasks::ExecutionStats;

Structs§

DefaultParserExecutor
Default implementation of ParserExecutor.
DefaultValidateExecutor
Default implementation of ValidateExecutor.

Traits§

ParserExecutor
Trait for executing parsing tasks.
ValidateExecutor
Trait for executing validation tasks.