![]() # Objective Improve code quality and performance ## Solution Instead of using `plugin.downcast_ref::<T>().is_some()` in `App::is_plugin_added`, use `plugin.is::<T>()`. Which is more performant and cleaner. |
||
---|---|---|
.. | ||
app.rs | ||
ci_testing.rs | ||
lib.rs | ||
main_schedule.rs | ||
plugin_group.rs | ||
plugin.rs | ||
schedule_runner.rs |