pub trait ProgressUpdate {
    fn update(&self, position: usize);
}

Required Methods§

Implementors§