Trait embedded_text::plugin::PluginMarker[][src]

pub trait PluginMarker<'a, C: PixelColor>: Plugin<'a, C> { }
Expand description

Plugin marker trait.

This trait is an implementation detail. Most likely you don’t need to implement this.

Implementors