Trait cosmic::cosmic_theme::palette::NextArray
source · pub unsafe trait NextArray {
type Next: ArrayExt;
}
Expand description
Temporary helper trait for getting an array type of size N + 1
.
§Safety
Next
must have the same item type asSelf
.Next
must be one item longer thanSelf
.