Trait bevy_internal::app::Plugins
source · pub trait Plugins<Marker>: Plugins<Marker> { }
Expand description
Types that represent a set of Plugin
s.
This is implemented for all types which implement Plugin
,
PluginGroup
, and tuples over Plugins
.