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
.
pub trait Plugins<Marker>: Plugins<Marker> { }
Types that represent a set of Plugin
s.
This is implemented for all types which implement Plugin
,
PluginGroup
, and tuples over Plugins
.