Skip to main content

AssetsDatabaseErrorReporter

Trait AssetsDatabaseErrorReporter 

Source
pub trait AssetsDatabaseErrorReporter: Send + Sync {
    // Required method
    fn on_report(&mut self, protocol: &str, path: &str, message: &str);
}

Required Methods§

Source

fn on_report(&mut self, protocol: &str, path: &str, message: &str)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§