Struct organelle::Sheath [] [src]

pub struct Sheath<N> where
    N: Neuron + Sized + 'static, 
{ /* fields omitted */ }

soma used to wrap a Axon and a soma specialized with Neuron

Methods

impl<N> Sheath<N> where
    N: Neuron + Sized + 'static, 
[src]

[src]

wrap a nucleus and constrain the axon

Trait Implementations

impl<N> Soma for Sheath<N> where
    N: Neuron
[src]

user-defined message to be passed between somas

user-defined roles for connections

error when a soma fails to update

[src]

apply any changes to the soma's state as a result of _msg

[src]

convert the soma into a future that can be run on an event loop

[src]

spin up an event loop and run soma