Relative Content

Tag Archive for rustegui

mismatched types in egui rust

im running an example from the egui repo, and have had the same problem when making an app of my own. I am fairly new to rust, when I compile the following error is thrown: mismatched types
expected struct Box<(dyn App + 'static)>
found enum Result<Box<MyApp>, _>.