Trait Notifier
yukikaze::extractor
pub trait Notifier { fn send(&mut self, num: usize); }
Describes Body download progress
fn send(&mut self, num: usize)
Sends data over Notifier.
impl Notifier for Sender<usize>
impl Notifier for Noop
fn send(&mut self, _: usize)