pub trait IMAGES_Ext {
// Required method
fn watch(&self, path: impl Into<PathBuf>) -> ImageVar;
}Expand description
File watcher extensions for IMAGES service.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.