Trait image::Primitive

source ·
pub trait Primitive: Copy + NumCast + Num + PartialOrd<Self> + Clone + Bounded { }
Expand description

Primitive trait from old stdlib

Implementations on Foreign Types

Implementors