Searched defs:BoxedMainThreadCallback (Results 1 – 1 of 1) sorted by relevance
119 mut rx: mpsc::UnboundedReceiver<BoxedMainThreadCallback>, in run()165 fn send(&self, f: BoxedMainThreadCallback) -> Result<(), (String, BoxedMainThreadCallback)> { in send() argument173 type BoxedMainThreadCallback = Box<dyn for<'a> FnOnce(&'a mut ModuleViews) + Send + 'static>; typedef