Expand description
Types to use #[derive(Visit)]
Structs§
- Visitor
- A collection of nodes that stores data that can be read or write values of types with the Visit trait.
Enums§
- Visit
Error - Errors that may occur while reading or writing Visitor.
Traits§
Type Aliases§
- Visit
Result - The result of a Visit::visit or of a Visitor encoding operation such as Visitor::save_binary. It has no value unless an error occurred.
Derive Macros§
- Visit
- Implements
Visittrait