Expand description
Zero-fuss Any-tools.
The most interesting things this crate provides are:
Ty, a nicerstd:TypeIdAnyDebug, a nicerAny
Structs§
- LTy
- Just like
Tybut it also includesLayoutinformation. - NonStatic
Type Id - A
TypeIdfor non-'statictypes. - Ty
- A nicer
std:TypeId.
Enums§
- TypeId
- Either a
std:TypeIdor a non-'staticezty:NonStaticTypeId.
Traits§
Functions§
- pretty
- Strips std path-noise from
type_name(). - type_
name - Returns the prettified name of a type, eg
"Vec<T>"rather than"alloc::vec::Vec<T>".