[][src]Module no_std_compat::any

Structs

TypeId

A TypeId represents a globally unique identifier for a type.

Traits

Any

A trait to emulate dynamic typing.

Functions

type_name

Returns the name of a type as a string slice.

type_name_of_valExperimental

Returns the name of the type of the pointed-to value as a string slice. This is the same as type_name::<T>(), but can be used where the type of a variable is not easily available.