[][src]Trait yukikaze::extractor::Notifier

pub trait Notifier {
    fn send(&mut self, num: usize);
}

Describes Body download progress

Required methods

fn send(&mut self, num: usize)

Sends data over Notifier.

Loading content...

Implementations on Foreign Types

impl Notifier for Sender<usize>[src]

Loading content...

Implementors

impl Notifier for Noop[src]

Loading content...