Type Alias nannou::image::ico::ICOEncoder

source ·
pub type ICOEncoder<W> = IcoEncoder<W>;
👎Deprecated: Use IcoEncoder instead
Expand description

ICO encoder

An alias of IcoEncoder.

TODO: remove

Aliased Type§

struct ICOEncoder<W> { /* private fields */ }