Trait Parameter
png
pub trait Parameter<Object> { fn set_param(self, _: &mut Object); }
Configuration parameter trait
fn set_param(self, _: &mut Object)
impl<R: Read> Parameter<Decoder<R>> for Transformations
fn set_param(self, this: &mut Decoder<R>)
impl<W: Write> Parameter<Encoder<W>> for BitDepth
fn set_param(self, this: &mut Encoder<W>)
impl<W: Write> Parameter<Encoder<W>> for ColorType