Type Alias ambient_api::prelude::ambient_element::Setter
source · 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 */ }