[−][src]Trait gif::Parameter
Configuration parameter trait.
Use the list of implementors to see which parameters are available for which struct.
Associated Types
type Result
Result type of set_param
.
Required methods
Loading content...Implementors
impl Parameter<StreamingDecoder> for Extensions
[src]
type Result = ()
fn set_param(self, this: &mut StreamingDecoder)
[src]
impl<R: Read> Parameter<Decoder<R>> for ColorOutput
[src]
impl<R: Read> Parameter<Decoder<R>> for MemoryLimit
[src]
impl<T, R> Parameter<Decoder<R>> for T where
T: Parameter<StreamingDecoder>,
R: Read,
[src]
T: Parameter<StreamingDecoder>,
R: Read,