read_snapshot_bytes

Function read_snapshot_bytes 

Source
fn read_snapshot_bytes(
    store: &FileStore,
    zone: &str,
    name: &str,
) -> Result<Option<Vec<u8>>, String>
Expand description

Read a zone file’s full bytes, mapping absence to Ok(None).