Docs.rs
worker-wasm-interactions-rs-0.0.1
worker-wasm-interactions-rs 0.0.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ByteAlex
Dependencies
ed25519-dalek ^1.0.1
normal
futures ^0.3.24
normal
hex ^0.4.3
normal
reqwest ^0.11.12
normal
serde ^1.0.145
normal
serde_json ^1.0.86
normal
twilight-model ^0.13.5
normal
worker ^0.0.9
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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
worker_
wasm_
interactions_
rs
0.0.1
GetInteraction
Data
Required Methods
get_interactions
Implementors
In crate worker_
wasm_
interactions_
rs
worker_wasm_interactions_rs
Trait
GetInteractionData
Copy item path
Source
pub trait GetInteractionData { // Required method fn
get_interactions
(&self) -> &
Interactions
; }
Required Methods
§
Source
fn
get_interactions
(&self) -> &
Interactions
Implementors
§
Source
§
impl
GetInteractionData
for
Interactions