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

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)

Loading content...

Implementors

impl AssetsDatabaseErrorReporter for LoggerAssetsDatabaseErrorReporter[src]

Loading content...