Docs.rs
fyrox-dylib-0.36.2
fyrox-dylib 0.36.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mrDIMAS
Dependencies
fyrox-impl ^0.36.2
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ResourceLoadError
fyrox_
dylib
0.36.2
Resource
Load
Error
Implementors
In fyrox_
dylib::
asset
fyrox_dylib
::
asset
Trait
Resource
Load
Error
Copy item path
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
,