Type Alias ambient_element::Setter

source ·
pub type Setter<T> = Cb<dyn Fn(T) + Sync + Send>;
Expand description

Helper type for a callback that sets some value.

Aliased Type§

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