Skip to main content

SetValueHandler

Type Alias SetValueHandler 

Source
pub type SetValueHandler = Arc<dyn Fn(&EmberPath, &EmberValue) -> Result<bool> + Send + Sync>;
Expand description

Handler for setValue operations.

Aliased Typeยง

pub struct SetValueHandler { /* private fields */ }