pub type ConfigMMItem = Indexed<Segmented<Either<String, Text<'static>>>>;Aliased Type§
pub struct ConfigMMItem {
pub index: u32,
pub inner: Segmented<Either<String, Text<'static>>>,
}Fields§
§index: u32§inner: Segmented<Either<String, Text<'static>>>