[][src]Crate object_query

A representation of querying an object by either a key or an index. Normally an type implements AccessNext and AccessNextMut. The json feature will implement this for the serde_json::Value type

Enums

Query

Either a key or an index query

Traits

Access

An easily implementable trait to acess a list of queries

AccessMut

An easily implementable trait to acess a list of queries on a mutable item

AccessNext

Describes how to access query

AccessNextMut

Describes how to access query on a mutable item