type ImageLoaderImpl = Arc<dyn ImageLoader + Send + Sync + 'static>;
struct ImageLoaderImpl { /* private fields */ }