Function cbor_data::index_str

source ·
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.