Skip to main content

Module axon

Module axon 

Source
Expand description

Axon module for handling neuron-ganglion interactions with type erasure.

This module provides the Axon trait and AxonImpl struct that manage the interface between neurons and ganglia, handling type erasure and providing a clean API for neuron operations.

Structs§

AxonBuilder
Builder for constructing AxonImpl instances with a fluent API
AxonImpl
Implementation of Axon that stores a neuron and ganglion with type erasure handling

Enums§

AxonError
Error types for Axon operations

Traits§

Axon
Trait for axon operations with typed neurons and data