Docs.rs
fyrox-impl-0.36.2
fyrox-impl 0.36.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mrDIMAS
Dependencies
base64 ^0.22.1
normal
bitflags ^2.2.1
normal
bytemuck ^1.16.1
normal
clap ^4
normal
fxhash ^0.2.1
normal
fyrox-animation ^0.36.2
normal
fyrox-core ^0.36.2
normal
fyrox-core-derive ^0.36.2
normal
fyrox-graph ^0.36.2
normal
fyrox-graphics ^0.36.2
normal
fyrox-resource ^0.36.2
normal
fyrox-sound ^0.36.2
normal
fyrox-texture ^0.36.2
normal
fyrox-ui ^0.36.2
normal
gltf ^1.4.0
normal
optional
half ^2.2.1
normal
hashbrown ^0.14.3
normal
image ^0.25.1
normal
imageproc ^0.25.0
normal
inflate ^0.4.5
normal
lazy_static ^1.4.0
normal
libloading ^0.8.1
normal
lightmap ^0.2
normal
rapier2d ^0.23
normal
rapier3d ^0.23
normal
rayon ^1.5.1
normal
ron ^0.8.0
normal
serde ^1
normal
strum ^0.26.1
normal
strum_macros ^0.26.1
normal
uvgen ^0.2.0
normal
walkdir ^2.3.2
normal
winit ^0.29.2
normal
winit ^0.29.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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
fyrox_
impl
0.36.2
Async
Task
Implementors
In fyrox_
impl::
core::
task
fyrox_impl
::
core
::
task
Trait
AsyncTask
Copy item path
Source
pub trait AsyncTask<R>:
Future
<Output = R> +
Send
+ 'static
where R:
AsyncTaskResult
,
{ }
Implementors
§
Source
§
impl<T, R>
AsyncTask
<R> for T
where R:
AsyncTaskResult
, T:
Future
<Output = R> +
Send
+ 'static,