Trait cerebral::topological::Topological  
source · pub trait Topological<N>where
    N: Neural,{
    // Required methods
    fn init_lateral(&self, neurons: &mut N);
    fn clone_dyn(&self) -> BoxedTopological<N>;
}Expand description
Interface for structures encapsulating representations of network layer topologies.