Expand description
Zero-fuss Any-tools.
The most interesting things this crate provides are:
Ty
, a nicerstd:TypeId
AnyDebug
, a nicerAny
Structs§
- LTy
- Just like
Ty
but it also includesLayout
information. - NonStatic
Type Id - A
TypeId
for non-'static
types. - Ty
- A nicer
std:TypeId
.
Enums§
- TypeId
- Either a
std:TypeId
or a non-'static
ezty: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>"
.