Progress

Trait Progress 

Source
pub trait Progress: Fn(String, i32, bool) { }
Expand description

Reports on the current synchronization progress.

Implementors§

Source§

impl<F: Fn(String, i32, bool)> Progress for F