Expand description
Structs§
- Local
Map - A map for looking up elements of type
T
in the document by ID. - Local
Maps - A data structure which maintains
LocalMap
s for every applicable type. If you need to useDocument::local_map
for many different types, it may be more efficient to use this type, which calculates all maps in a single pass.
Traits§
- HasId
- A generic ID getter function.
- Traversable
- A trait for types that can be enumerated in a
Document
. This is used to power thefor_each
andtry_for_each
functions.