Function convert_to_usize_keys
Source pub fn convert_to_usize_keys(input: ClassMapAlt<'_>) -> Result<ClassMap<'_>>
Expand description
Converts a ClassMapAlt to a ClassMap if all keys can be parsed into usize.
ยงErrors
- If the first key that failed to parse.