Function burn::module::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.