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§
- Axon
Builder - Builder for constructing AxonImpl instances with a fluent API
- Axon
Impl - Implementation of Axon that stores a neuron and ganglion with type erasure handling
Enums§
- Axon
Error - Error types for Axon operations
Traits§
- Axon
- Trait for axon operations with typed neurons and data