[][src]Type Definition simd_json::value::borrowed::Map

type Map<'a> = HashMap<Cow<'a, str>, Value<'a>>;