Function relm::init_test [] [src]

pub fn init_test<WIDGET, MSG: Clone + DisplayVariant + Send + 'static>()
                                                                       -> Result<(Component<WIDGET::Model, MSG, WIDGET::Container>, WIDGET), ()> where WIDGET: Widget<MSG> + Clone + 'static, WIDGET::Model: Send