Function name_of

Source
pub fn name_of<T>(value: Option<&T>) -> &'static str
Expand description

Returns the name of a type as a string slice, or the name of the type of value.