Skip to main content

parse_saved_selection

Function parse_saved_selection 

Source
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.