pub fn read_sealed(
archive: &Path,
module_name: &str,
) -> Result<Option<Vec<RecordBatch>>>Expand description
Read a sealed push-log section back out of an archive. Ok(None) when the
archive carries no such section — distinct from a section with no pushes.