pub type StoreReader<'env> = StoreRw<Txn<&'env Env>>;
pub struct StoreReader<'env> { /* private fields */ }