pub trait Validator: Stage { }Expand description
Validators: enforce structural and semantic correctness of events before output. Schema enforced, fail closed, no silent acceptance.
pub trait Validator: Stage { }Validators: enforce structural and semantic correctness of events before output. Schema enforced, fail closed, no silent acceptance.