Function backfill_bytes

Source
pub fn backfill_bytes(
    wal: &Wal,
    db_bytes: &mut Vec<u8>,
) -> Result<(), Box<dyn Error + Send + Sync>>