update

Function update 

Source
pub fn update<T: Any + Clone>(
    items: &mut Vec<T>,
    obj: Object,
    args: &dyn Any,
) -> Result<(), ()>
Expand description

A helper function for Editor::update implementation.