Function ezty::type_name

source ·
pub fn type_name<T: ?Sized>() -> &'static str
Expand description

Returns the prettified name of a type, eg "Vec<T>" rather than "alloc::vec::Vec<T>".