Answers for "rust find type"

0

rust find type

fn type_of<T>(_: T) -> String { std::any::type_name::<T>().to_string() }
Posted by: Guest on February-22-2022

Browse Popular Code Answers by Language