Module builder

Source
Expand description

Represent utilities for creating worker instances.

Structs§

WorkerBuilder
Allows building a Worker. Usually the output is Worker<Ready>

Traits§

WorkerFactory
Helper trait for building new Workers from WorkerBuilder
WorkerFactoryFn
Helper trait for building new Workers from WorkerBuilder