implicit_await/
lib.rs

1pub mod as_future;
2mod defer;
3
4pub use implicit_await_macro::implicit_await;
5pub use implicit_await_macro::as_future;