pub trait PixelRepr<S, T> {
type Repr: Sized + Debug + Default + Copy + Send + Sync + 'static;
}
Expand description
Pixel representation as a Rust type
pub trait PixelRepr<S, T> {
type Repr: Sized + Debug + Default + Copy + Send + Sync + 'static;
}
Pixel representation as a Rust type