Trait oxygengine::prelude::AssetsDatabaseErrorReporter[][src]

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

Required methods

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

Loading content...

Implementors

impl AssetsDatabaseErrorReporter for LoggerAssetsDatabaseErrorReporter[src]

Loading content...