pub type StoreCommitInfo = Vec<StoreCommit>;

Aliased Type§

struct StoreCommitInfo {
    buf: RawVec<StoreCommit>,
    len: usize,
}

Fields§

§buf: RawVec<StoreCommit>§len: usize