Type Definition cerebral::topological::BoxedTopological

source ·
pub type BoxedTopological<N> = Box<dyn Topological<N> + Send>;

Trait Implementations§

source§

impl<N> Clone for BoxedTopological<N>where N: Neural,

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<N> Topological<N> for BoxedTopological<N>where N: Neural,