Expand description
Structs§
- Local
Map - A map for looking up elements of type
Tin the document by ID. - Local
Maps - A data structure which maintains
LocalMaps for every applicable type. If you need to useDocument::local_mapfor 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_eachandtry_for_eachfunctions.