[][src]Type Definition imageproc::map::ChannelMap

type ChannelMap<Pix, Sub> = <Pix as WithChannel<Sub>>::Pixel;

Alias to make uses of WithChannel less syntactically noisy.