Module traits

Source
Expand description

Traits to aid in type definitions.

These traits are normally not required by end-user code, but may be necessary for some generic code.

Traitsยง

GroupedWeightedFuture
A trait for types which can be converted into functions that return a Future, an optional group, and a weight.
WeightedFuture
A trait for types which can be converted into a Future and a weight.