set_root_context

Function set_root_context 

Source
pub fn set_root_context<F>(callback: F)
where F: FnMut(u32) -> Box<dyn RootContext> + 'static,