Trait png::HasParameters

source ·
pub trait HasParameters: Sized {
    fn set<T: Parameter<Self>>(&mut self, value: T) -> &mut Self { ... }
}
Expand description

Object has parameters

Provided Methods

Implementors