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)

Implementors§