Diffstat (limited to 'src/any.rs')
| -rw-r--r-- | src/any.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 (); |