Trait ResourceLoadError

Source
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,