state_validation/
condition.rs

1pub struct Condition<Input, Filter>(std::marker::PhantomData<(Input, Filter)>);