Docs.rs
netsblox-vm-0.4.1
netsblox-vm 0.4.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dragazo
Dependencies
actix-cors ^0.6.4
normal
actix-web ^4.4.0
normal
async-channel ^2.1.1
normal
base64 ^0.21.5
normal
bin-pool ^0.1.1
normal
checked-float ^0.1.5
normal
clap ^4.4.10
normal
compact_str ^0.8.0-beta
normal
crossterm ^0.27.0
normal
educe ^0.4.23
normal
futures ^0.3.29
normal
gc-arena =0.4.0
normal
getrandom ^0.2.11
normal
libm ^0.2.8
normal
monostate ^0.1.10
normal
names ^0.14.0
normal
netsblox-ast =0.5.1
normal
num-derive ^0.4.1
normal
num-traits ^0.2.17
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
replace_with ^0.1.7
normal
reqwest ^0.11
normal
ryu ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
time ^0.3.30
normal
tokio ^1
normal
tokio-tungstenite ^0.20.1
normal
typed-arena ^2.0.2
normal
unicase ^2.7.0
normal
uuid ^1.6.1
normal
xmlparser ^0.13.6
normal
md5 ^0.7.0
build
Versions
49.28%
of the crate is documented
Go to latest version
Platform
x86_64-apple-darwin
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
☰
netsblox_vm
0.4.1
Key
Required Methods
complete
Implementors
In netsblox_vm::runtime
?
Trait
netsblox_vm
::
runtime
::
Key
source
·
[
−
]
pub trait Key<T> { // Required method fn
complete
(self, value: T); }
Required Methods
§
source
fn
complete
(self, value: T)
Implementors
§
source
§
impl<T>
Key
<T> for
AsyncKey
<T>