pub trait Plugins<Marker>: Plugins<Marker> { }
Expand description

Types that represent a set of Plugins.

This is implemented for all types which implement Plugin, PluginGroup, and tuples over Plugins.

Implementors§

source§

impl<Marker, T> Plugins<Marker> for T
where T: Plugins<Marker>,