Trait Image
iced_graphics::backend
pub trait Image { fn dimensions(&self, handle: &Handle) -> (u32, u32); }
A graphics backend that supports image rendering.
fn dimensions(&self, handle: &Handle) -> (u32, u32)
Returns the dimensions of the provided image.