aboutsummaryrefslogtreecommitdiff
path: root/examples/async/interfaces/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/async/interfaces/mod.rs')
-rw-r--r--examples/async/interfaces/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/async/interfaces/mod.rs b/examples/async/interfaces/mod.rs
new file mode 100644
index 0000000..5444978
--- /dev/null
+++ b/examples/async/interfaces/mod.rs
@@ -0,0 +1,3 @@
+pub mod cat;
+pub mod dog;
+pub mod human;