pub trait BuilderState: Sealed { }Expand description
The kind of worker a ChildBuilder is describing.
This trait is sealed, and exists only to mark which configuration a builder makes available: a worker that can be initialized more than once accepts a restart policy, and one that can’t doesn’t.