Diffstat (limited to 'src/any.rs')
-rw-r--r--src/any.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/any.rs b/src/any.rs
index 9dc5115..79fb84a 100644
--- a/src/any.rs
+++ b/src/any.rs
@@ -18,6 +18,10 @@ pub use type_name_id::*;
#[cfg(all(feature = "alloc", not(feature = "std")))]
use alloc::boxed::Box;
+pub enum StaticType {}
+pub enum NamedType {}
+pub enum LifetimeType {}
+
higher_ranked_trait! {
pub type class TypeName for<'a, 'ctx> {
type Bound = &'a &'ctx ();