> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Struct Accumulator State

> Maps trie path strings to their node accumulators.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

Maps trie path strings to their node accumulators.

Keys are `/`-joined path strings (e.g., `"workflow/agent"`) because `Vec<String>` is not `Hash`. This matches the research recommendation.

## Fields

### `nodes: HashMap<String, NodeAccumulators>`

Node accumulators keyed by `/`-joined path string.

## Trait Implementations

### `impl Clone for AccumulatorState`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AccumulatorState`

<pre />

#### `fmt`

<pre />

### `impl Default for AccumulatorState`

<pre />

#### `default`

<pre />

### `impl<'de> Deserialize<'de> for AccumulatorState`

<pre />

#### `deserialize`

<pre />

### `impl Serialize for AccumulatorState`

<pre />

#### `serialize`

<pre />