Struct organelle::probe::Soma [] [src]

pub struct Soma { /* fields omitted */ }

soma that probes the internal structure of an organelle

Methods

impl Soma
[src]

[src]

create a new probe soma

Trait Implementations

impl Soma for Soma
[src]

the synapse a synapse plays in a connection between somas.

the types of errors that this soma can return

[src]

react to a single impulse

[src]

probe the internal structure of this soma

[src]

convert this soma into a future that can be passed to an event loop

Auto Trait Implementations

impl !Send for Soma

impl !Sync for Soma