aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/any_factory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/any_factory.rs')
-rw-r--r--src/interfaces/any_factory.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/any_factory.rs b/src/interfaces/any_factory.rs
new file mode 100644
index 0000000..41063e1
--- /dev/null
+++ b/src/interfaces/any_factory.rs
@@ -0,0 +1,3 @@
+use crate::libs::intertrait::CastFrom;
+
+pub trait AnyFactory: CastFrom {}