Trait Marker

Source
pub trait Marker { }
Expand description

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

Implementors§

Source§

impl<T, R, S, const SELECTABLE: bool> Marker for MenuItem<T, R, S, SELECTABLE>
where T: AsRef<str>, S: SelectValue,