pub fn save_z80v2<C: SnapshotCreator, W: Write>(
    snapshot: &C,
    wr: W
) -> Result<SnapshotResult>
Expand description

Saves a Z80 file version 2 into wr from the provided reference to a snapshot struct implementing SnapshotCreator.

Errors

This function may return an error from attempts to write the file or if for some reason a snapshot could not be created.