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: u64
Copied bytes on this time.
total_bytes: u64
All the bytes which should to copy or move.