Docs.rs
rain-engine-core-0.1.0
rain-engine-core 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
josh-tracey
Dependencies
async-trait ^0.1
normal
dashmap ^6.1
normal
metrics ^0.24
normal
redis ^0.32.7
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
typeshare ^1
normal
uuid ^1
normal
Versions
0.22%
of the crate is documented
Platform
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
Skip to main content
WasmSkillExecutor
rain_
engine_
core
0.1.0
Wasm
Skill
Executor
Implementors
In crate rain_
engine_
core
rain_engine_core
Trait
Wasm
Skill
Executor
Copy item path
Source
pub trait WasmSkillExecutor:
SkillExecutor
{ }
Implementors
§
Source
§
impl<T>
WasmSkillExecutor
for T
where T:
SkillExecutor
+ ?
Sized
,