Trait png::Parameter[][src]

pub trait Parameter<Object> {
    fn set_param(self, _: &mut Object);
}

Configuration parameter trait

Required methods

fn set_param(self, _: &mut Object)[src]

Loading content...

Implementors

impl<R: Read> Parameter<Decoder<R>> for Transformations[src]

impl<W: Write> Parameter<Encoder<W>> for BitDepth[src]

impl<W: Write> Parameter<Encoder<W>> for ColorType[src]

Loading content...