Skip to content

Instantly share code, notes, and snippets.

@luabida
Last active February 19, 2024 17:43
Show Gist options
  • Save luabida/8de13e2710383a6d9b5f06f59d5794d3 to your computer and use it in GitHub Desktop.
Save luabida/8de13e2710383a6d9b5f06f59d5794d3 to your computer and use it in GitHub Desktop.
[rs] Get type
fn print_type<T>(_: &T) {
println!("{}", std::any::type_name::<T>())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment