1use crate::StateFilterInput; 2 3pub struct Condition<Input: StateFilterInput, Filter>(std::marker::PhantomData<(Input, Filter)>);