pub trait IconDataExt {
// Required methods
fn to_image(&self) -> Result<RgbaImage, String>;
fn to_png_bytes(&self) -> Result<Vec<u8>, String>;
}Expand description
Helpers for working with IconData.
pub trait IconDataExt {
// Required methods
fn to_image(&self) -> Result<RgbaImage, String>;
fn to_png_bytes(&self) -> Result<Vec<u8>, String>;
}Helpers for working with IconData.