Type Alias cosmic::widget::segmented_button::SecondaryMap

source ·
pub type SecondaryMap<T> = SecondaryMap<Entity, T>;
Expand description

Associates extra data with an external secondary map.

The secondary map internally uses a Vec, so should only be used for data that

Aliased Type§

struct SecondaryMap<T> { /* private fields */ }