Trait menoh::DtypeCompatible[][src]

pub trait DtypeCompatible: 'static + Clone + Copy + Default { }

Indicate compatible type with menoh dtype

Implementations on Foreign Types

impl DtypeCompatible for f32
[src]

Implementors