Docs.rs
block_on_proc-0.2.0
block_on_proc 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
durch
Dependencies
quote ^1
normal
syn ^1
normal
async-std ^1
dev
tokio ^1
dev
trybuild ^1
dev
Versions
50%
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
Crate block_on_proc
block_
on_
proc
0.2.0
All Items
Crate Items
Attribute Macros
Crate
block_
on_
proc
Copy item path
Source
Attribute Macros
ยง
block_
on
Generate a blocking method for each async method in an impl block. Supports either
tokio
or
async-std
backend. Generated methods are suffixed with
_blocking
.