Docs.rs
netrun-0.12.0
netrun 0.12.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
VladasZ
Dependencies
anyhow ^1.0
normal
bitcode ^0.6
normal
log ^0.4
normal
parking_lot ^0.12
normal
reqwest ^0.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
hreads ^0.10
dev
pretty_assertions ^1.4
dev
wasm-bindgen-test ^0.3
dev
plat ^0.5
build
tokio ^1.48
normal
Versions
0%
of the crate is documented
Go to latest version
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
Callback
netrun
0.12.0
Callback
Aliased Type
In crate netrun
netrun
Type Alias
Callback
Copy item path
Source
pub type Callback<T> =
Box
<dyn
FnMut
(T) +
Send
>;
Aliased Type
ยง
pub struct Callback<T>(
/* private fields */
);