Trait Worker

Source
pub trait Worker {
    // Provided method
    fn analyze(
        &mut self,
        _ctx: &mut Context,
        _layer: &mut Layer,
    ) -> Result<(), Error> { ... }
}

Provided Methods§

Source

fn analyze( &mut self, _ctx: &mut Context, _layer: &mut Layer, ) -> Result<(), Error>

Implementors§