pub trait DataTraits: Debug + Clone + Copy + Default { }
Expand description

Supertrait with common trait that elements of a View should implement.

Implementations on Foreign Types§

source§

impl DataTraits for f32

source§

impl DataTraits for f64

Implementors§