pub type PbMetaSnapshotManifest = MetaSnapshotManifest;
Expand description
Alias for MetaSnapshotManifest
.
Aliased Type§
struct PbMetaSnapshotManifest {
pub manifest_id: u64,
pub snapshot_metadata: Vec<MetaSnapshotMetadata>,
}
Fields§
§manifest_id: u64
§snapshot_metadata: Vec<MetaSnapshotMetadata>