pub type Setter<T> = Arc<CbDebuggable<dyn Fn(T) + Sync + Send>>;
Expand description

Helper type for a callback that sets some value.

Aliased Type§

struct Setter<T> { /* private fields */ }