Skip to main content

plugin_order

Function plugin_order 

Source
pub fn plugin_order() -> Vec<String>
Expand description

Return the topological plugin order if App::build() published one; otherwise fall back to registered_plugins (sorted by name). The fallback keeps existing M5 / M6 tests working without requiring them to wire a full plugin sort.