Function popsicle::write_to_disk [] [src]

pub fn write_to_disk<M, F, S>(
    message: M,
    finish: F,
    set: S,
    disk: File,
    disk_path: String,
    image_size: u64,
    image_data: &[u8],
    check: bool
) -> Result<(), DiskError> where
    M: FnMut(&str),
    F: Fn(),
    S: FnMut(u64), 

Writes an image to the specified disk.