Trait output::Backend [] [src]

pub trait Backend: Send {
    fn update(&mut self, jobs: &[OutputLogInternal]);
}

Required Methods

Implementors