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