Module vector_lookup::lookup_v2

source ·

Structs§

Enums§

Traits§

  • A path is simply the data describing how to look up a field from a value. This should only be implemented for types that are very cheap to clone, such as references.

Functions§

  • Used to pre-parse a path. The return value (when borrowed) implements Path so it can be used directly. This parses a target path, which is a path that contains a target prefix.
  • Used to pre-parse a path. The return value (when borrowed) implements Path so it can be used directly. This parses a value path, which is a path without a target prefix.