Trait cmsis_pack::update::DownloadProgress[][src]

pub trait DownloadProgress: Send {
    fn size(&self, files: usize);
fn progress(&self, bytes: usize);
fn complete(&self);
fn for_file(&self, file: &str) -> Self; }

Required methods

Implementations on Foreign Types

Implementors