RcImage

Type Alias RcImage 

Source
pub type RcImage<P> = ImageBuffer<P, Rc<[u8]>>;
Available on crate feature image only.

Aliased Typeยง

pub struct RcImage<P> { /* private fields */ }