1
2
3
4
5
pub mod as_future;
mod defer;

pub use implicit_await_macro::implicit_await;
pub use implicit_await_macro::as_future;