Searched refs:uuid_chr_itr (Results 1 – 1 of 1) sorted by relevance
310 let mut uuid_chr_itr = uuid_str.chars(); in new_from_string() localVariable312 if uuid_chr_itr.nth(skip_pos) != Some('-') { in new_from_string()