[][src]Trait cvr::Numeric

pub trait Numeric: Copy { }

Numeric represents such types as u8 and f32.

Implementations on Foreign Types

impl Numeric for u8[src]

impl Numeric for f32[src]

Loading content...

Implementors

Loading content...