pub fn index_str(s: &str) -> IndexStr<'_> ⓘExpand description
Generate an iterator of PathElement from a string
§Panics
Panics if the string is not valid, see try_index_str for the
details and a non-panicking version.
pub fn index_str(s: &str) -> IndexStr<'_> ⓘGenerate an iterator of PathElement from a string
Panics if the string is not valid, see try_index_str for the
details and a non-panicking version.