burn::module

Function extract_type_name

pub fn extract_type_name<T>() -> &'static str
where T: ?Sized,
Expand description

Extracts the short name of a type T

§Returns

A string slice representing the short name of the type.