pub trait ResourceLoadError: 'static + Debug + Send + Sync { }
Expand description

A trait for resource load error.

Implementors§

source§

impl<T> ResourceLoadError for T
where T: 'static + Debug + Send + Sync,