lsts 0.6.34

Large Scale Type Systems
Documentation
1
2
3
4
5


pub fn type_of<T>(_: T) -> &'static str {
   std::any::type_name::<T>()
}