pub trait TypeId: Debug + Default { }
Expand description

A trait representing a type ID.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Debug + Default> TypeId for T