aboutsummaryrefslogtreecommitdiff
path: root/src/di_container/asynchronous/prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/di_container/asynchronous/prelude.rs')
-rw-r--r--src/di_container/asynchronous/prelude.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/di_container/asynchronous/prelude.rs b/src/di_container/asynchronous/prelude.rs
new file mode 100644
index 0000000..50fc42b
--- /dev/null
+++ b/src/di_container/asynchronous/prelude.rs
@@ -0,0 +1,3 @@
+//! Commonly used types.
+
+pub use crate::di_container::asynchronous::{AsyncDIContainer, IAsyncDIContainer};