NetworkConsts

Trait NetworkConsts 

Source
pub trait NetworkConsts {
    const NAME: &'static str;
    const VERSION: &'static str;
}
Expand description

A trait defining common constants for neural networks.

Required Associated Constants§

Source

const NAME: &'static str

Source

const VERSION: &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§