pub type Store = Store<Schema>;
The store type pipelines commit through.
pub struct Store { /* private fields */ }