Trait embedded_menu::Marker

source ·
pub trait Marker { }
Expand description

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

Implementors§

source§

impl<T, D, M, R> Marker for NavigationItem<T, D, M, R>where T: AsRef<str>, D: AsRef<str>, M: AsRef<str>,

source§

impl<T, D, R, S> Marker for Select<T, D, R, S>where T: AsRef<str>, D: AsRef<str>, S: SelectValue,