pub fn convert_to_vec(list: Result<String, VarError>) -> Vec<String>
Convert ‘:’ list Result<String, VarError> into Vec
Result<String, VarError>