Trait embedded_menu::Marker

source ·
pub trait Marker { }
Expand description

Marker trait necessary to avoid a “conflicting implementations” error.

Implementors§

source§

impl<R, S: SelectValue> Marker for Select<'_, R, S>

source§

impl<R: Copy> Marker for NavigationItem<'_, R>