pub type StateAndBlock<S, B> = (Vec<S>, Vec<B>);
Expand description

convience type for state and block