Struct fs_extra::file::TransitProcess [] [src]

pub struct TransitProcess {
    pub copied_bytes: u64,
    pub total_bytes: u64,
}

A structure which include information about the current status of the copy or move file.

Fields

Copied bytes on this time.

All the bytes which should to copy or move.