Trait batch_system::batch::HandlerBuilder[][src]

pub trait HandlerBuilder<N, C> {
    type Handler: PollHandler<N, C>;
    fn build(&mut self, priority: Priority) -> Self::Handler;
}

A builder trait that can build up poll handlers.

Associated Types

type Handler: PollHandler<N, C>[src]

Loading content...

Required methods

fn build(&mut self, priority: Priority) -> Self::Handler[src]

Loading content...

Implementors

Loading content...