pub fn parse_saved_selection(
text: &str,
) -> Result<Option<SelectedMemory>, String>Expand description
The selection a config document carries. A value the file cannot mean is an error rather than a silent fall-through to automatic selection: a mistyped selection must be visible, not quietly ignored.