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