Function vec_to_map

Source
pub fn vec_to_map(
    vec: Vec<DesktopActionInternal>,
    list: &mut [String],
) -> Result<HashMap<String, DesktopAction>, ParseError>