Module prelude

Module prelude 

Source
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§

VisitError
Errors that may occur while reading or writing Visitor.

Traits§

Visit
Trait of types that can be read from a Visitor or written to a Visitor.

Type Aliases§

VisitResult
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 Visit trait