Searched refs:uuid_element (Results 1 – 1 of 1) sorted by relevance
274 uuid_element: Option<&str>, in new_from_string()277 let uuid_element = uuid_element.ok_or(TipcError::InvalidData)?; in new_from_string() localVariable278 conversion_fn(uuid_element, 16).map_err(|_| TipcError::InvalidData) in new_from_string()