Trait oxygengine_core::assets::database::AssetsDatabaseErrorReporter[][src]

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

Required methods

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

Loading content...

Implementors

Loading content...