pub(crate) fn parse_full_snapshot_archive_filename(
    archive_filename: &str
) -> Result<(Slot, SnapshotHash, ArchiveFormat)>
Expand description

Parse a full snapshot archive filename into its Slot, Hash, and Archive Format