pub type Selector = Vec<SelectorPart>;Expand description
A selector is a list of parts that can be used to point to a place in a storage It can be a simple identifier, an object’s attribute, a array slice or a null value (write to nothing like in /dev/null)
Aliased Type§
struct Selector { /* private fields */ }