[][src]Crate block_on_proc

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.