pub fn schedule_node_update( update: impl FnOnce(&mut dyn Applier) -> Result<(), NodeError> + 'static, )
Schedule an in-place node update using the most recently active runtime.