Type Alias json_syntax::object::IndexedMappedValue

source ·
pub type IndexedMappedValue<'a> = (usize, Mapped<&'a Value>);