macro_rules! app {
($et:ty, $content:literal) => { ... };
}Expand description
app! takes an implementor of App and a path to a content folder and sets up an AppDriver on which AppDriver::run can be called to start the program.
macro_rules! app {
($et:ty, $content:literal) => { ... };
}app! takes an implementor of App and a path to a content folder and sets up an AppDriver on which AppDriver::run can be called to start the program.