pub trait AsFileProgress {
    fn progress(self) -> FileProgress
Notable traits for FileProgress
impl Read for FileProgress
; }

Required methods

Implementations on Foreign Types

Implementors