Crate pint_abi_visit

Crate pint_abi_visit 

Source
Expand description

Items to assist traversal of Pint ABI Keyed Vars.

This assists in traversal of the storage section of the Pint ABI.

Structs§

Keyed
Represents a visited keyed var along with the context in which its nested.
KeyedVarTree
The TypeABI rose tree represented as a graph.

Enums§

Nesting
Describes how a TypeABI is nested within the tree.

Functions§

partial_key_from_nesting
Given a type nesting, returns a partial key to the nested value.
ty_size
The number of words used to represent an ABI type in key form.

Type Aliases§

EdgeIx
An index into a KeyedVarGraph edge.
KeyedVarGraph
The graph structure used to represent the KeyedVarTree internally.
NodeIx
An index into a KeyedVarGraph node.