pub trait ImageLoader {
    fn load(
        &self,
        dc: &ID2D1DeviceContext,
        factory: &IWICImagingFactory
    ) -> Result<Image>; }

Required methods

Implementations on Foreign Types

Implementors