Trait worker_sentinel::Work [] [src]

pub trait Work: Send + Sized + 'static {
    fn work(self) -> Option<Self>;
}

Required Methods

Implementors