[][src]Trait png::Parameter

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

Configuration parameter trait

Required methods

fn set_param(self, _: &mut Object)

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...