EGUI_STORAGE_SEPARATOR

Constant EGUI_STORAGE_SEPARATOR 

Source
pub const EGUI_STORAGE_SEPARATOR: &str = "---,---";
Expand description

Separator to be used for storing lists in EGUI.

Since commas can reasonably appear, I’m instead using this, which theoretically shouldn’t appear very often.