macro_rules! export_endpoints { ($app_const:expr, $app_type:ty) => { ... }; }
Exports all entry-points, should be enabled by default.
Requires two arguments:
abstract_app::export_endpoints!(MY_APP, MyApp);