pub type Setter<T> = Cb<dyn Fn(T) + Sync + Send>;
Helper type for a callback that sets some value.
struct Setter<T> { /* private fields */ }