Trait gif::SetParameter
[−]
[src]
pub trait SetParameter: Sized {
fn set<T: Parameter<Self>>(&mut self, value: T) -> T::Result { ... }
}Implemented for objects that have parameters.
Provides a unified set-method to simplify the configuration.
Provided Methods
Implementors
impl<T> SetParameter for T