Crate block_on_proc

Crate block_on_proc 

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.